Skip to content

Commit

Permalink
Mute MlJobSnapshotUpgradeIT::testSnapshotUpgrader (#99565)
Browse files Browse the repository at this point in the history
For #98560 and #99547
  • Loading branch information
davidkyle authored Sep 14, 2023
1 parent 171fc70 commit ef2b116
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ protected static void waitForPendingUpgraderTasks() throws Exception {
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/98560")
public void testSnapshotUpgrader() throws Exception {
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
adjustLoggingLevels.setJsonEntity("""
Expand Down

0 comments on commit ef2b116

Please sign in to comment.