Skip to content

Commit

Permalink
fix: mark test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Nov 26, 2022
1 parent 8eeef5f commit 0eea0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/wpt/status/fetch.status.json
Expand Up @@ -49,12 +49,12 @@
"header-value-combining.any.js": {
"fail": [
"response.headers.get('content-length') expects 0, 0",
"response.headers.get('double-trouble') expects , ",
"response.headers.get('foo-test') expects 1, 2, 3",
"response.headers.get('heya') expects , \\x0B\f, 1, , , 2"
],
"flaky": [
"response.headers.get('content-length') expects 0",
"response.headers.get('double-trouble') expects , ",
"response.headers.get('www-authenticate') expects 1, 2, 3, 4"
]
},
Expand Down Expand Up @@ -207,4 +207,4 @@
"fetch() with value %1F"
]
}
}
}

0 comments on commit 0eea0c9

Please sign in to comment.