AngelaFabregues commented on code in PR #568:
URL: https://github.com/apache/jackrabbit-oak/pull/568#discussion_r880169868


##########
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexProviderServiceTest.java:
##########
@@ -95,6 +96,8 @@ public void defaultSetup() {
 
     @Test
     public void withElasticSetup() throws Exception {
+        // Skips this test when a single Elasticsearch cluster is re-used 
among test executionsgit , see the ElasticTestServer main.
+        assumeTrue(elasticRule.useDocker());

Review Comment:
   I removed it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to