Skip to content

Commit

Permalink
Mute TransformSurvivesUpgradeIT#testTransformRollingUpgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed May 13, 2020
1 parent 9b573b2 commit 86d720d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ protected RestClient buildClient(Settings settings, HttpHost[] hosts) throws IOE
* 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/56196")
public void testTransformRollingUpgrade() throws Exception {
assumeTrue("Continuous transform time sync not fixed until 7.4", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_4_0));
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
Expand Down

0 comments on commit 86d720d

Please sign in to comment.