Skip to content

Commit d4a2f88

Browse files
authored
Don't run wasm64_v8 tests suite as part of CI (#18864)
Keep the test suite around in case its useful in the future, but in general I've moved to testing under node canary.
1 parent d20f8c4 commit d4a2f88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,6 @@ jobs:
535535
# hardcodes /root into its launcher scripts do we need to reinstall v8.
536536
- run: rm -rf $HOME/.jsvu
537537
- install-v8
538-
- run-tests:
539-
title: "wasm64_v8"
540-
test_targets: "wasm64_v8"
541538
- run-tests:
542539
title: "wasm64l"
543540
test_targets: "wasm64l"

0 commit comments

Comments
 (0)