We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171fc70 commit ef2b116Copy full SHA for ef2b116
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlJobSnapshotUpgradeIT.java
@@ -66,6 +66,7 @@ protected static void waitForPendingUpgraderTasks() throws Exception {
66
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
67
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
68
*/
69
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/98560")
70
public void testSnapshotUpgrader() throws Exception {
71
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
72
adjustLoggingLevels.setJsonEntity("""
0 commit comments