mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
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
This commit is contained in:
parent
6c05b776e0
commit
392f91da00
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue