Mark coordinator test as awaits fix

This test is failing frequently so this commit mutes it.

Relates #38867
This commit is contained in:
Jason Tedor 2019-02-14 12:37:59 -05:00
parent 0c733c04be
commit 00cb8d0be8
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 0 deletions

View File

@ -870,6 +870,7 @@ public class CoordinatorTests extends ESTestCase {
assertEquals(0L, newNodePublishStats.getIncompatibleClusterStateDiffReceivedCount());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38867")
public void testIncompatibleDiffResendsFullState() {
final Cluster cluster = new Cluster(randomIntBetween(3, 5));
cluster.runRandomly();