Stop clearing all watches in watcher integration tests. (#39724)

This commit is contained in:
Julie Tibshirani 2019-03-26 13:08:08 -07:00
parent 562ebaefa6
commit 25954a8dd3
1 changed files with 2 additions and 1 deletions

View File

@ -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