From 9a169e3cf11cccec0dd1a6acbfdba927d99658f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 10 Sep 2024 12:28:59 +0100 Subject: test: remove usage of `--unstable` flag (#25549) This commit removes all occurrences of `--unstable` flag from all the tests that are run in CI. Turns out none of the tests actually required that flag anymore. --- tests/node_compat/test_runner.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/node_compat') diff --git a/tests/node_compat/test_runner.rs b/tests/node_compat/test_runner.rs index 759dd5d3e..15749ca7f 100644 --- a/tests/node_compat/test_runner.rs +++ b/tests/node_compat/test_runner.rs @@ -14,7 +14,6 @@ fn node_compat_tests() { .arg("--config") .arg(deno_config_path()) .arg("--no-lock") - .arg("--unstable") .arg("-A") .arg(util::tests_path().join("node_compat/test.ts")) .spawn() -- cgit v1.2.3