test: skip instantiateStreaming-bad-imports WPT

This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: https://github.com/nodejs/node/pull/47292
Refs: https://github.com/nodejs/node/pull/46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
Michaël Zasso
2023-03-29 13:58:19 +02:00
committed by GitHub
parent 0094f90c8a
commit 3cf65bd268

View File

@@ -16,5 +16,8 @@
},
"status.any.js": {
"skip": "WPTRunner does not support fetch()"
},
"instantiateStreaming-bad-imports.any.js": {
"skip": "Flaky on ARM with V8 >= 11.2"
}
}