From 392f91da005809782cae53cc05c9f45589d3b051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 15 Mar 2023 22:40:56 -0400 Subject: 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 --- tools/wpt/expectation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/wpt') 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", -- cgit v1.2.3