Mark coordinator test as awaits fix
This test is failing frequently so this commit mutes it. Relates #38867
This commit is contained in:
parent
0c733c04be
commit
00cb8d0be8
|
@ -870,6 +870,7 @@ public class CoordinatorTests extends ESTestCase {
|
||||||
assertEquals(0L, newNodePublishStats.getIncompatibleClusterStateDiffReceivedCount());
|
assertEquals(0L, newNodePublishStats.getIncompatibleClusterStateDiffReceivedCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38867")
|
||||||
public void testIncompatibleDiffResendsFullState() {
|
public void testIncompatibleDiffResendsFullState() {
|
||||||
final Cluster cluster = new Cluster(randomIntBetween(3, 5));
|
final Cluster cluster = new Cluster(randomIntBetween(3, 5));
|
||||||
cluster.runRandomly();
|
cluster.runRandomly();
|
||||||
|
|
Loading…
Reference in New Issue