Skip to content

Commit a72817c

Browse files
committed
Mute InternalTestClusterTests.testBeforeTest
1 parent 76b9255 commit a72817c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/test/java/org/elasticsearch/test/test/InternalTestClusterTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public static void assertSettings(Settings left, Settings right, boolean checkCl
152152
}
153153
}
154154

155+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/82212")
155156
public void testBeforeTest() throws Exception {
156157
final boolean autoManageMinMasterNodes = randomBoolean();
157158
long clusterSeed = randomLong();

0 commit comments

Comments
 (0)