diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-08 06:15:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 06:15:28 -0700 |
commit | b2504b7b4d6c17d415d48be2b744aecdcc27a8ff (patch) | |
tree | f57d4f5ddf33bd98c497f71db66e118368682c40 /tests/wpt | |
parent | 3fc9e49613547bbedcad1b02361db40c7f513b1f (diff) |
fix: disable same-origin.html WPT (#26067)
It's very flaky on CI
Diffstat (limited to 'tests/wpt')
-rw-r--r-- | tests/wpt/runner/expectation.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index ce73f5d05..3477d8d9b 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -11625,9 +11625,6 @@ "ctor-1.html": false, "ctor-null.html": false, "ctor-undefined.html": false, - "same-origin.html": [ - "non-parsable URL" - ], "terminate.html": true, "use-base-url.html": false }, |