diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-03 19:01:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 19:01:02 +0200 |
commit | 51d3fb78ad2453e649d01bcc833ecfec1a05d685 (patch) | |
tree | a093cd2ad4faf1cb1fc069de8c406aeef69e1b5a /cli/tests/integration/run_tests.rs | |
parent | 2846bbe0a3de0cc366006f97023ce146112c40c9 (diff) |
refactor: remove "ext/flash" (#18578)
With https://github.com/denoland/deno/pull/18568 landed we no longer
need "ext/flash".
This commit removes "deno_flash" extension completely.
This should have some impact on the binary and snapshot size.
Closes https://github.com/denoland/deno/issues/17356
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index b661e135a..1d70a9cb7 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -4230,13 +4230,6 @@ itest!(config_file_lock_true { exit_code: 10, }); -// TODO(bartlomieju): this test is flaky on CI, reenable it after debugging -// // Check https://github.com/denoland/deno_std/issues/2882 -// itest!(flash_shutdown { -// args: "run --unstable --allow-net run/flash_shutdown/main.ts", -// exit_code: 0, -// }); - itest!(permission_args { args: "run run/001_hello.js --allow-net", output: "run/permission_args.out", |