diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-02 04:12:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 04:12:03 +0200 |
commit | 0ddfd5d52acb99daf7531e7d1cdfe475b401deaf (patch) | |
tree | 29ea4e956f03d23006776d2f7017de8a5f84c1e5 /cli/tests/integration/watcher_tests.rs | |
parent | 3b9845d8913f72b6550808c5fda32870c86bd872 (diff) |
test: ignore fmt_check_all_files_on_each_change_test (#19682)
Ref https://github.com/denoland/deno/issues/19629
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(); |