Skip to content

Commit 05324b7

Browse files
committed
Muted verifying monitoring integration in enrich integration test.
Relates to #48258
1 parent 4375316 commit 05324b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.io.IOException;
2323
import java.util.List;
2424
import java.util.Map;
25-
import java.util.concurrent.TimeUnit;
2625

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

108107
public void testBasicFlow() throws Exception {
109108
setupGenericLifecycleTest(true);
110-
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
109+
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
111110
}
112111

113112
public void testImmutablePolicy() throws IOException {

0 commit comments

Comments
 (0)