-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Popins] Convert Partitioned Popins' "partitions" WPTs to variants
These tests are currently timing out (https://crbug.com/384875218) I couldn't reproduce the timeout locally but my assumption is that the bots are running under a heavy load and that's causing the timeout. Based on the testharness doc, test variants get individual timeouts: https://web-platform-tests.org/writing-tests/testharness-api.html#harness-timeout If tests are actually hanging up then this change will help us identifying which particular variants need further debugging. Also removing the `setTimeout` to close the popin as that shouldn't be necessary. Let's see if it works properly with the new structure. Fixed: 384875218 Change-Id: Ia472336b6b56dd5e969d0f9b3d064312557792b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6177072 Auto-Submit: Sandor «Alex» Major <[email protected]> Commit-Queue: Sandor «Alex» Major <[email protected]> Reviewed-by: Ari Chivukula <[email protected]> Commit-Queue: Ari Chivukula <[email protected]> Cr-Commit-Position: refs/heads/main@{#1406949}
- Loading branch information
1 parent
ca924f8
commit e25c879
Showing
2 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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