Skip to content

Commit da0d33f

Browse files
authored
[TRANSFORM] Mute TransformSurvivesUpgradeIT::testTransformRollingUpgrade (#84284)
1 parent 5230638 commit da0d33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/TransformSurvivesUpgradeIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ protected RestClient buildClient(Settings settings, HttpHost[] hosts) throws IOE
7070
* The purpose of this test is to ensure that when a transform is running through a rolling upgrade it
7171
* keeps working and does not fail
7272
*/
73+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84283")
7374
public void testTransformRollingUpgrade() throws Exception {
7475
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
7576
adjustLoggingLevels.setJsonEntity("""

0 commit comments

Comments
 (0)