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:
Ed Morley 2013-08-30 12:07:58 +01:00
parent 5375663490
commit 00b0b7167e

View File

@ -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;