File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2323import org .elasticsearch .tasks .Task ;
2424import org .elasticsearch .xcontent .json .JsonXContent ;
2525import org .elasticsearch .xpack .test .SecuritySettingsSourceField ;
26+ import org .junit .BeforeClass ;
2627
2728import java .io .IOException ;
2829import java .util .List ;
@@ -40,6 +41,11 @@ public class SystemIndicesUpgradeIT extends AbstractUpgradeTestCase {
4041 new SecureString (SecuritySettingsSourceField .TEST_PASSWORD )
4142 );
4243
44+ @ BeforeClass
45+ public static void avoidBugIn8_0_1 () {
46+ assumeTrue ("https://github.com/elastic/elasticsearch/issues/125167" , isOriginalClusterVersionAtLeast (Version .V_8_1_0 ));
47+ }
48+
4349 @ Override
4450 protected Settings restAdminSettings () {
4551 // Note that we are both superuser here and provide a product origin
You can’t perform that action at this time.
0 commit comments