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/cleanup_hook_test.js | |
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/cleanup_hook_test.js')
-rw-r--r-- | test_napi/cleanup_hook_test.js | 1 |
1 files changed, 0 insertions, 1 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", |