From 51d3fb78ad2453e649d01bcc833ecfec1a05d685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 3 Apr 2023 19:01:02 +0200 Subject: 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 --- cli/tests/integration/run_tests.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cli/tests/integration/run_tests.rs') 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", -- cgit v1.2.3