diff --git a/test/RemoveFiles.test.js b/test/RemoveFiles.test.js index fbf85b8c7..a22bd69b3 100644 --- a/test/RemoveFiles.test.js +++ b/test/RemoveFiles.test.js @@ -29,6 +29,11 @@ const createSingleCompiler = () => { }; describe("RemovedFiles", () => { + if (process.env.NO_WATCH_TESTS) { + it.skip("watch tests excluded", () => {}); + return; + } + jest.setTimeout(20000); function cleanup() {