diff options
Diffstat (limited to 'js/src/devtools/automation/variants/wasm-noexperimental')
-rw-r--r-- | js/src/devtools/automation/variants/wasm-noexperimental | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/src/devtools/automation/variants/wasm-noexperimental b/js/src/devtools/automation/variants/wasm-noexperimental new file mode 100644 index 0000000000..2d1fcb4e58 --- /dev/null +++ b/js/src/devtools/automation/variants/wasm-noexperimental @@ -0,0 +1,7 @@ +{ + "configure-args": "--wasm-no-experimental", + "debug": true, + "skip-tests": { + "all": ["jstests", "jsapitests"] + } +} |