Skip to content

Commit a9a2cb2

Browse files
authored
Mute CoordinatorTests#testClusterRecoversAfterExceptionDuringSerialization (#94940)
Relates #94905
1 parent f9e58ac commit a9a2cb2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/coordination/AtomicRegisterCoordinatorTests.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ public void testJoiningNodeReceivesFullState() {
227227
}
228228
}
229229

230+
@Override
231+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94905")
232+
public void testClusterRecoversAfterExceptionDuringSerialization() {}
233+
230234
@Override
231235
protected CoordinatorStrategy getCoordinatorStrategy() {
232236
var atomicRegister = new AtomicRegister();

server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,7 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
19601960

19611961
}
19621962

1963+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94905")
19631964
public void testClusterRecoversAfterExceptionDuringSerialization() {
19641965
try (Cluster cluster = new Cluster(randomIntBetween(2, 5))) {
19651966
cluster.runRandomly();

0 commit comments

Comments
 (0)