diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/std_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs index 7b7928f70..6ed5d2518 100644 --- a/cli/tests/std_tests.rs +++ b/cli/tests/std_tests.rs @@ -20,6 +20,7 @@ mod tests { cwd.push("std"); let mut deno = deno_cmd .current_dir(cwd) // note: std tests expect to run from "std" dir + .arg("--seed=86") // Some tests rely on specific random numbers. .arg("-A") // .arg("-Ldebug") .arg("./testing/runner.ts") |