Skip to content

Commit f4ea2e9

Browse files
committed
Mute TokenBackwardsCompatibilityIT.testMixedCluster
Relates #31195
1 parent 014e5b8 commit f4ea2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/TokenBackwardsCompatibilityIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void testTokenWorksInMixedOrUpgradedCluster() throws Exception {
6969
assertTokenWorks((String) source.get("token"));
7070
}
7171

72+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31195")
7273
public void testMixedCluster() throws Exception {
7374
assumeTrue("this test should only run against the mixed cluster", CLUSTER_TYPE == ClusterType.MIXED);
7475
assumeTrue("the master must be on the latest version before we can write", isMasterOnLatestVersion());

0 commit comments

Comments
 (0)