Mute TransportClientNodesServiceTests#testListenerFailures
Relates to #37567
This commit is contained in:
parent
da799306a8
commit
6fe2d6da03
|
@ -220,6 +220,7 @@ public class TransportClientNodesServiceTests extends ESTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37567")
|
||||||
public void testListenerFailures() throws InterruptedException {
|
public void testListenerFailures() throws InterruptedException {
|
||||||
int iters = iterations(10, 100);
|
int iters = iterations(10, 100);
|
||||||
for (int i = 0; i <iters; i++) {
|
for (int i = 0; i <iters; i++) {
|
||||||
|
|
Loading…
Reference in New Issue