Bug 845095 - Disable mochitest states/test_tree.xul on Mac. r=dbolter

This commit is contained in:
Hubert Figuière 2013-02-27 16:02:38 -05:00
parent 0ff01c541c
commit dd3dacfa62

View File

@ -92,8 +92,12 @@
gQueue.invoke(); // Will call SimpleTest.finish();
}
SimpleTest.waitForExplicitFinish();
addA11yLoadEvent(doTest);
if (!MAC) {
SimpleTest.waitForExplicitFinish();
addA11yLoadEvent(doTest);
} else {
todo(false, "Re-enable on Mac after fixing bug 845095 - intermittent orange");
}
]]>
</script>