diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-09 22:00:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 22:00:23 -0500 |
commit | b3e88e0681248631b4bf8e4d9cd2e4d2c651f333 (patch) | |
tree | cd526bb63ef712e21aef24ff77703727791f48d5 /cli/tests/integration/run_tests.rs | |
parent | 8da235adced567839912344ba092fb445683485a (diff) |
refactor: deno_graph 0.43 upgrade (#17692)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 9c0319a7f..3f2b8d81f 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3788,6 +3788,7 @@ itest!(permission_args_quiet { }); // Regression test for https://github.com/denoland/deno/issues/16772 +#[ignore] #[test] fn file_fetcher_preserves_permissions() { let _guard = util::http_server(); @@ -3804,6 +3805,7 @@ fn file_fetcher_preserves_permissions() { }); } +#[ignore] #[test] fn stdio_streams_are_locked_in_permission_prompt() { let _guard = util::http_server(); |