(In reply to Emilio Cobos Álvarez (:emilio) from comment #26) > Sam, can you reproduce the failure locally with that patch by any chance? `test_restore_manually.py` passes for me locally with and without the patch on windows 11. Its only the windows failures we care about there right? The manifest has it skipping some linux builds, but the `: Unsupported platform for simulate_os_shutdow` failures on linux and macos indicate this shouldn't be running there at all. test_restore_windows_after_windows_shutdown.py is failing with `main` (without the patch) in the same way: `Timed out after 5.0 seconds with message: Non private browsing windows should have been restored`.
Bug 1983745 Comment 27 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Emilio Cobos Álvarez (:emilio) from comment #26) > Sam, can you reproduce the failure locally with that patch by any chance? `test_restore_manually.py` passes for me locally with and without the patch on windows 11. Its only the windows failures we care about there right? The manifest has it skipping some linux builds, but the `: Unsupported platform for simulate_os_shutdow` failures on linux and macos indicate this shouldn't be running there at all. test_restore_windows_after_windows_shutdown.py is failing with `main` (without the patch) in the same way: `Timed out after 5.0 seconds with message: Non private browsing windows should have been restored`. (duh, the patch only updates the other test so this is expected)