Skip to content

Commit

Permalink
Mute MlJobSnapshotUpgradeIT::testSnapshotUpgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Sep 14, 2023
1 parent 171fc70 commit 2a0f6f3
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 2a0f6f3

Please sign in to comment.