parent
c0961b79be
commit
73c182ce08
|
@ -460,6 +460,7 @@ public class HttpExporterTests extends ESTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/31433" )
|
||||||
public void testHttpExporterShutdown() throws Exception {
|
public void testHttpExporterShutdown() throws Exception {
|
||||||
final Config config = createConfig(Settings.EMPTY);
|
final Config config = createConfig(Settings.EMPTY);
|
||||||
final RestClient client = mock(RestClient.class);
|
final RestClient client = mock(RestClient.class);
|
||||||
|
|
Loading…
Reference in New Issue