mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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:
parent
accbeb5384
commit
9a8cb79986
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue