summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-15 22:40:56 -0400
committerGitHub <noreply@github.com>2023-03-15 22:40:56 -0400
commit392f91da005809782cae53cc05c9f45589d3b051 (patch)
tree8ffede69d3e467cf4adca838d7997e156148993b
parent6c05b776e0c87ca825750ee67259c33a3ce10d0b (diff)
test: ignore global-immutable-prototype.any.worker.html (#18208)
This test is very flaky on CI, ignoring it for now. https://github.com/denoland/deno/issues/17405
-rw-r--r--tools/wpt/expectation.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 885354a45..0d0eba54b 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -1705,9 +1705,9 @@
"global-immutable-prototype.any.html": [
"Setting to a different prototype"
],
- "global-immutable-prototype.any.worker.html": [
- "Setting to a different prototype"
- ],
+ "global-immutable-prototype.any.worker.html": {
+ "ignore": true
+ },
"global-object-implicit-this-value.any.html": [
"Global object's getter throws when called on incompatible object",
"Global object's setter throws when called on incompatible object",