Skip to content

Commit

Permalink
Revert "Mute TransformSurvivesUpgradeIT#testTransformRollingUpgrade."
Browse files Browse the repository at this point in the history
This reverts commit 86d720d.
  • Loading branch information
jtibshirani committed May 13, 2020
1 parent 58affcc commit e267df9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ 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 e267df9

Please sign in to comment.