diff options
Diffstat (limited to 'test_napi')
-rw-r--r-- | test_napi/cleanup_hook_test.js | 1 | ||||
-rw-r--r-- | test_napi/tests/napi_tests.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test_napi/cleanup_hook_test.js b/test_napi/cleanup_hook_test.js index 15741b60a..30ceae470 100644 --- a/test_napi/cleanup_hook_test.js +++ b/test_napi/cleanup_hook_test.js @@ -12,7 +12,6 @@ if (import.meta.main) { const { stdout, stderr, code } = await new Deno.Command(Deno.execPath(), { args: [ "run", - "--enable-testing-features-do-not-use", "--allow-read", "--allow-run", "--allow-ffi", diff --git a/test_napi/tests/napi_tests.rs b/test_napi/tests/napi_tests.rs index 722dc9417..747f6aa27 100644 --- a/test_napi/tests/napi_tests.rs +++ b/test_napi/tests/napi_tests.rs @@ -31,7 +31,6 @@ fn napi_tests() { .arg("--allow-env") .arg("--allow-ffi") .arg("--allow-run") - .arg("--enable-testing-features-do-not-use") .spawn() .unwrap() .wait_with_output() |