Skip to content

Commit ef2b116

Browse files
authored
Mute MlJobSnapshotUpgradeIT::testSnapshotUpgrader (#99565)
For #98560 and #99547
1 parent 171fc70 commit ef2b116

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/MlJobSnapshotUpgradeIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ protected static void waitForPendingUpgraderTasks() throws Exception {
6666
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
6767
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
6868
*/
69+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/98560")
6970
public void testSnapshotUpgrader() throws Exception {
7071
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
7172
adjustLoggingLevels.setJsonEntity("""

0 commit comments

Comments
 (0)