Mute DataFrameTransformCheckpointTests#testGetBehind

This commit is contained in:
Christoph Büscher 2019-04-10 15:43:04 +02:00
parent 0a85d1fe03
commit d00d3f4afa
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public class DataFrameTransformCheckpointTests extends AbstractSerializingDataFr
.matches(new DataFrameTransformCheckpoint(id, timestamp, checkpoint, checkpointsByIndex, (timeUpperBound / 2) + 1)));
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41076")
public void testGetBehind() {
String id = randomAlphaOfLengthBetween(1, 10);
long timestamp = randomNonNegativeLong();