Muted verifying monitoring integration in enrich integration test.
Relates to #48258
This commit is contained in:
parent
4375316b9d
commit
05324b7f03
|
@ -22,7 +22,6 @@ import org.junit.After;
|
|||
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;
|
||||
|
@ -107,7 +106,7 @@ public abstract class CommonEnrichRestTestCase extends ESRestTestCase {
|
|||
|
||||
public void testBasicFlow() throws Exception {
|
||||
setupGenericLifecycleTest(true);
|
||||
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
|
||||
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
|
||||
}
|
||||
|
||||
public void testImmutablePolicy() throws IOException {
|
||||
|
|
Loading…
Reference in New Issue