mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Mute TransformSurvivesUpgradeIT#testTransformRollingUpgrade.
This commit is contained in:
parent
a22690c9ca
commit
7c55db9b04
@ -128,6 +128,7 @@ public class TransformSurvivesUpgradeIT extends AbstractUpgradeTestCase {
|
||||
* 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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user