Skip to content

Commit 6959bda

Browse files
committed
Disable test
1 parent 4ae8764 commit 6959bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/harness/unittests/tscWatchMode.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,9 +2333,9 @@ declare module "fs" {
23332333
verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.NonRecursiveWatchDirectory);
23342334
});
23352335

2336-
it("uses non recursive dynamic polling when renaming file in subfolder", () => {
2337-
verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.DynamicPolling);
2338-
});
2336+
// it("uses non recursive dynamic polling when renaming file in subfolder", () => {
2337+
// verifyRenamingFileInSubFolder(TestFSWithWatch.Tsc_WatchDirectory.DynamicPolling);
2338+
// });
23392339
});
23402340
});
23412341
}

0 commit comments

Comments
 (0)