mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -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:
parent
3b9845d891
commit
0ddfd5d52a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue