mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore(cli): disable flash_test as it is causing SIGSEGV (#18358)
This commit is contained in:
parent
4c2269d64a
commit
42d13c4e6a
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ fn js_unit_tests() {
|
|||
.current_dir(util::root_path())
|
||||
.arg("test")
|
||||
.arg("--unstable")
|
||||
// Flash tests are crashing with SIGSEGV on Ubuntu, so we'll disable these entirely
|
||||
.arg("--ignore=./cli/tests/unit/flash_test.ts")
|
||||
.arg("--location=http://js-unit-tests/foo/bar")
|
||||
.arg("--no-prompt")
|
||||
.arg("-A")
|
||||
|
|
Loading…
Reference in a new issue