Skip to content

Commit 42c8402

Browse files
authored
Mute testScheduleNowWithSystemClock (#97788) (#97796)
Relates #95445
1 parent 0bdf0cf commit 42c8402

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)