diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 46e66ab772..1f2ebf0622 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -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")