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/unit_node/process_test.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/unit_node/process_test.ts') diff --git a/tests/unit_node/process_test.ts b/tests/unit_node/process_test.ts index 579b51116..944686a87 100644 --- a/tests/unit_node/process_test.ts +++ b/tests/unit_node/process_test.ts @@ -173,7 +173,6 @@ Deno.test({ args: [ "run", "--quiet", - "--unstable", "./testdata/process_exit.ts", ], cwd, @@ -895,7 +894,6 @@ Deno.test({ args: [ "run", "--quiet", - "--unstable", "./testdata/process_exit2.ts", ], cwd: testDir, @@ -914,7 +912,6 @@ Deno.test({ args: [ "run", "--quiet", - "--unstable", "./testdata/process_really_exit.ts", ], cwd: testDir, -- cgit v1.2.3