Skip to content

Commit

Permalink
[ML-DataFrame] unmute tests for debuging purposes (#46121)
Browse files Browse the repository at this point in the history
unmute testGetCheckpointStats

closes #45238
  • Loading branch information
Hendrik Muhs authored Sep 4, 2019
1 parent 488d843 commit 8d5bd3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public void testCreateReadDeleteCheckpoint() throws InterruptedException {
DataFrameTransformCheckpoint.EMPTY, null, null);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45238")
public void testGetCheckpointStats() throws InterruptedException {
String transformId = randomAlphaOfLengthBetween(3, 10);
long timestamp = 1000;
Expand Down

0 comments on commit 8d5bd3b

Please sign in to comment.