diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-28 00:37:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 00:37:03 +0200 |
commit | 683dbd7f3bdd91c33005b816ad26b82a4343931a (patch) | |
tree | 64c6dd9a572e573040022b22575a1043add84fd0 /test_napi/tests/napi_tests.rs | |
parent | 504482dadd4d8cd9e4105d56ed86802906767f39 (diff) |
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Also conditionally disabled one test if there's not enough space on
device.
Diffstat (limited to 'test_napi/tests/napi_tests.rs')
-rw-r--r-- | test_napi/tests/napi_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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() |