Bug 845095 - Disable test only on MacOS 10.6. r=

This commit is contained in:
Hubert Figuière 2013-03-18 15:42:12 -04:00
parent 55022258aa
commit ef96a3aeb1

View File

@ -95,9 +95,10 @@
gQueue.invoke(); // Will call SimpleTest.finish();
}
if (MAC) {
if (MAC && (navigator.userAgent.indexOf("Mac OS X 10.6") != -1)) {
todo(false,
"Re-enable on Mac after fixing bug 845095 - intermittent orange");
"Re-enable on Mac OS 10.6 after fixing bug 845095 - intermittent orange");
SimpleTest.finish();
} else {
SimpleTest.waitForExplicitFinish();