test: fixme partitioned cookie API test on WebKit macOS < 26#41691
Closed
microsoft-playwright-automation[bot] wants to merge 1 commit into
Closed
test: fixme partitioned cookie API test on WebKit macOS < 26#41691microsoft-playwright-automation[bot] wants to merge 1 commit into
microsoft-playwright-automation[bot] wants to merge 1 commit into
Conversation
The `add 'Partitioned;' cookie via API` test fails ~91% of runs on webkit-macos-15 bots (20/22 runs failing; green on webkit-ubuntu and webkit-windows). WebKit on macOS 15 now partitions third-party cookies, so a nested third-party frame receives only the non-partitioned cookies instead of the full set the non-partitioned expectations assume — a distinct behavior from macOS 26 (where `webkitPartitions` is true). Scope a `fixme` to the exact failing config (`webkit && isMac && !webkitPartitions`) so the test keeps running on macOS 26, Linux and Windows. Verified locally on macOS 15.7 (webkit-library): reproduced the failure, then confirmed the test is skipped with the fixme and `npm run flint` passes. Run: https://github.com/microsoft/playwright/actions/runs/28953373849 Suggested-reviewer: yury-s
Skn0tt
force-pushed
the
fix-flakes/macos-15-xlarge-28953373849
branch
from
July 8, 2026 15:21
2c639f8 to
09d07ba
Compare
Contributor
Test results for "MCP"3 failed 7712 passed, 1242 skipped Merge workflow run. |
Contributor
Test results for "tests 1"6 flaky49501 passed, 1162 skipped Merge workflow run. |
Member
|
The test is fixed in 2d9df07 |
This was referenced Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
add 'Partitioned;' cookie via APItest fails ~91% of runs onwebkit-macos-15 bots (20/22 runs failing; green on webkit-ubuntu and
webkit-windows). WebKit on macOS 15 now partitions third-party cookies,
so a nested third-party frame receives only the non-partitioned cookies
instead of the full set the non-partitioned expectations assume — a
distinct behavior from macOS 26 (where
webkitPartitionsis true).Scope a
fixmeto the exact failing config(
webkit && isMac && !webkitPartitions) so the test keeps running onmacOS 26, Linux and Windows.
Verified locally on macOS 15.7 (webkit-library): reproduced the failure,
then confirmed the test is skipped with the fixme and
npm run flintpasses.
Run: https://github.com/microsoft/playwright/actions/runs/28953373849
Suggested-reviewer: yury-s