diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-15 22:40:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 22:40:56 -0400 |
commit | 392f91da005809782cae53cc05c9f45589d3b051 (patch) | |
tree | 8ffede69d3e467cf4adca838d7997e156148993b | |
parent | 6c05b776e0c87ca825750ee67259c33a3ce10d0b (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.json | 6 |
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", |