1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 07:39:15 -05:00

test: ignore fmt_check_all_files_on_each_change_test (#19682)

Ref https://github.com/denoland/deno/issues/19629
This commit is contained in:
Bartek Iwańczuk 2023-07-02 04:12:03 +02:00 committed by GitHub
parent 3b9845d891
commit 0ddfd5d52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -464,6 +464,7 @@ async fn fmt_watch_without_args_test() {
check_alive_then_kill(child); check_alive_then_kill(child);
} }
#[ignore = "https://github.com/denoland/deno/issues/19629"]
#[tokio::test] #[tokio::test]
async fn fmt_check_all_files_on_each_change_test() { async fn fmt_check_all_files_on_each_change_test() {
let t = TempDir::new(); let t = TempDir::new();