1
0
Эх сурвалжийг харах

Mute RollupIndexerStateTests.testAbortStarted (#90848)

relates #90661
Przemyslaw Gomulka 3 жил өмнө
parent
commit
18cee0da67

+ 1 - 0
x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/job/RollupIndexerStateTests.java

@@ -568,6 +568,7 @@ public class RollupIndexerStateTests extends ESTestCase {
         }
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90661")
     public void testAbortStarted() {
         RollupJob job = new RollupJob(ConfigTestHelpers.randomRollupJobConfig(random()), Collections.emptyMap());
         AtomicReference<IndexerState> state = new AtomicReference<>(IndexerState.STOPPED);