blob: f08221946594ff860d30dc6eccee64619d61e642 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[DEFAULT]
tags = local
[test_restore_windows_after_restart_and_quit.py]
[test_restore_windows_after_windows_shutdown.py]
skip-if =
os != "win"
win10_2004 # Bug 1727691
win11_2009 # Bug 1727691
[test_restore_windows_after_close_last_tabs.py]
skip-if =
os == "mac"
|