Skip to content

Commit 32f7ae6

Browse files
authored
Mute testScheduleNowWithSystemClock (elastic#97788)
Relates elastic#95445
1 parent c78ff28 commit 32f7ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/transform/src/test/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformSchedulerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ public void testSchedulingWithSystemClock() throws Exception {
327327
transformScheduler.stop();
328328
}
329329

330+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95445")
330331
public void testScheduleNowWithSystemClock() throws Exception {
331332
String transformId = "test-schedule-now-with-system-clock";
332333
TimeValue frequency = TimeValue.timeValueHours(1); // Very long pause between checkpoints

0 commit comments

Comments
 (0)