1
0
Fork 0
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:
Bartek Iwańczuk 2023-03-15 22:40:56 -04:00 committed by GitHub
parent 6c05b776e0
commit 392f91da00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",