Skip to content

Commit

Permalink
Muted verifying monitoring integration in enrich integration test.
Browse files Browse the repository at this point in the history
Relates to #48258
  • Loading branch information
martijnvg committed Oct 24, 2019
1 parent 1ef61a5 commit c644ba7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;

import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.hamcrest.Matchers.equalTo;
Expand Down Expand Up @@ -107,7 +106,7 @@ private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception

public void testBasicFlow() throws Exception {
setupGenericLifecycleTest(true);
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
}

public void testImmutablePolicy() throws IOException {
Expand Down

0 comments on commit c644ba7

Please sign in to comment.