File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2222import java .io .IOException ;
2323import java .util .List ;
2424import java .util .Map ;
25- import java .util .concurrent .TimeUnit ;
2625
2726import static org .elasticsearch .common .xcontent .XContentFactory .jsonBuilder ;
2827import 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 {
You can’t perform that action at this time.
0 commit comments