1
0
David Turner 1 жил өмнө
parent
commit
85e407852b

+ 1 - 0
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/aggs/changepoint/ChangePointAggregatorTests.java

@@ -264,6 +264,7 @@ public class ChangePointAggregatorTests extends AggregatorTestCase {
         });
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104798")
     public void testSlopeDown() throws IOException {
         NormalDistribution normal = new NormalDistribution(RandomGeneratorFactory.createRandomGenerator(Randomness.get()), 0, 2);
         AtomicInteger i = new AtomicInteger(40);