Mute DataFrameTransformCheckpointTests#testGetBehind
This commit is contained in:
parent
0a85d1fe03
commit
d00d3f4afa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue