Skip to content

Commit

Permalink
[ML] Unmute KDETests.testCdfAndSf
Browse files Browse the repository at this point in the history
This test was supposed to be fixed by elastic#102878, however,
the test was not unmuted in that PR.

Relates elastic#102876
  • Loading branch information
droberts195 committed Feb 22, 2024
1 parent d7fbabc commit 42450a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void testEmpty() {
assertThat(kde.data(), equalTo(new double[0]));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/102876")
public void testCdfAndSf() {

double[] data = DoubleStream.generate(() -> randomDoubleBetween(0.0, 100.0, true)).limit(101).toArray();
Expand Down

0 comments on commit 42450a2

Please sign in to comment.