mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
Stop clearing all watches in watcher integration tests. (#39724)
This commit is contained in:
parent
562ebaefa6
commit
25954a8dd3
@ -66,7 +66,8 @@ public class ScheduleTriggerEngineMock extends ScheduleTriggerEngine {
|
||||
|
||||
@Override
|
||||
public void pauseExecution() {
|
||||
watches.clear();
|
||||
// No action is needed because this engine does not trigger watches on a schedule (instead
|
||||
// they must be triggered manually).
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user