test: ignore flaky wpt test (#31216)

This test is flaking from time to time and so far no resolution,
ignoring to keep CI helathy for now.
This commit is contained in:
Bartek Iwańczuk 2025-11-06 18:53:23 +01:00 committed by GitHub
parent accbeb5384
commit 9a8cb79986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6140,9 +6140,9 @@
"constructors.html": false,
"default-iterator-object.html": true,
"default-toJSON-cross-realm.html": false,
"global-immutable-prototype.any.worker.html": [
"Setting to a different prototype"
],
"global-immutable-prototype.any.worker.html": {
"ignore": true
},
"global-object-implicit-this-value-cross-realm.html": false,
"has-instance.html": [
"Manually-constructed prototype chains are correctly handled by instanceof",