1
0
Fork 0
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:
Matt Mastracci 2023-03-22 11:42:50 -06:00 committed by GitHub
parent 4c2269d64a
commit 42d13c4e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")