mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900453 - Disable test_fullscreen-api.html on OS X since it intermittently breaks the slaves & means they need a reboot
This commit is contained in:
parent
5375663490
commit
00b0b7167e
@ -95,8 +95,8 @@ function runNextTest() {
|
||||
}
|
||||
}
|
||||
|
||||
if (isOSXMtnLion) {
|
||||
todo(false, "Mountain Lion doesn't like this test (bug 802504)");
|
||||
if (isOSXLion || isOSXMtnLion) {
|
||||
todo(false, "Can't reliably run full-screen tests on OS X (bug 900453 comment 18 & bug 802504)");
|
||||
} else {
|
||||
try {
|
||||
window.fullScreen = true;
|
||||
|
Loading…
Reference in New Issue
Block a user