Muting FullClusterRestartIT.testSystemIndexMetadataIsUpgraded
This commit is contained in:
parent
564823b00f
commit
1f7b107ed1
|
@ -1461,6 +1461,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63457")
|
||||||
public void testSystemIndexMetadataIsUpgraded() throws Exception {
|
public void testSystemIndexMetadataIsUpgraded() throws Exception {
|
||||||
final String systemIndexWarning = "this request accesses system indices: [.tasks], but in a future major version, direct " +
|
final String systemIndexWarning = "this request accesses system indices: [.tasks], but in a future major version, direct " +
|
||||||
"access to system indices will be prevented by default";
|
"access to system indices will be prevented by default";
|
||||||
|
|
Loading…
Reference in New Issue