diff options
Diffstat (limited to 'cli/tests/integration/watcher_tests.rs')
-rw-r--r-- | cli/tests/integration/watcher_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index 8b8bbb0bf..289e645ee 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -464,6 +464,7 @@ async fn fmt_watch_without_args_test() { check_alive_then_kill(child); } +#[ignore = "https://github.com/denoland/deno/issues/19629"] #[tokio::test] async fn fmt_check_all_files_on_each_change_test() { let t = TempDir::new(); |