Skip to content

Commit

Permalink
Muting test testGetCheckpointStats (elastic#45401)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Aug 9, 2019
1 parent 8d4ffc6 commit 67a81ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ 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 67a81ab

Please sign in to comment.