diff options
-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", |