mute failing test: org.elasticsearch.index.shard.RefreshListenersTests.testConcurrentRefresh
This commit is contained in:
parent
9122585359
commit
7ff846ffb2
|
@ -264,6 +264,7 @@ public class RefreshListenersTests extends ESTestCase {
|
|||
* adding listeners. This can catch the situation where a refresh happens right as the listener is being added such that the listener
|
||||
* misses the refresh and has to catch the next one. If the listener wasn't able to properly catch the next one then this would fail.
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37261")
|
||||
public void testConcurrentRefresh() throws Exception {
|
||||
AtomicBoolean run = new AtomicBoolean(true);
|
||||
Thread refresher = new Thread(() -> {
|
||||
|
|
Loading…
Reference in New Issue