summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-28 00:37:03 +0200
committerGitHub <noreply@github.com>2023-04-28 00:37:03 +0200
commit683dbd7f3bdd91c33005b816ad26b82a4343931a (patch)
tree64c6dd9a572e573040022b22575a1043add84fd0 /cli/tests/integration/test_tests.rs
parent504482dadd4d8cd9e4105d56ed86802906767f39 (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 'cli/tests/integration/test_tests.rs')
-rw-r--r--cli/tests/integration/test_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index 223c02e24..0dea3b844 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -222,7 +222,7 @@ itest!(ops_sanitizer_timeout_failure {
});
itest!(ops_sanitizer_multiple_timeout_tests {
- args: "test --trace-ops --enable-testing-features-do-not-use test/ops_sanitizer_multiple_timeout_tests.ts",
+ args: "test --trace-ops test/ops_sanitizer_multiple_timeout_tests.ts",
exit_code: 1,
output: "test/ops_sanitizer_multiple_timeout_tests.out",
});
@@ -396,7 +396,7 @@ fn recursive_permissions_pledge() {
let context = TestContext::default();
let output = context
.new_command()
- .args("test --enable-testing-features-do-not-use test/recursive_permissions_pledge.js")
+ .args("test test/recursive_permissions_pledge.js")
.run();
output.assert_exit_code(1);
assert_contains!(