Bug 1407296 - Disable test_alerts.html on Windows debug builds and requestCompleteLog. r=intermittent

This commit is contained in:
Matthew Noorenberghe 2018-01-16 09:25:47 -08:00
parent c7030b4301
commit d6b3e5e45e
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ support-files =
# Synchronous tests like test_alerts.html must come before
# asynchronous tests like test_alerts_noobserve.html!
[test_alerts.html]
skip-if = toolkit == 'android'
skip-if = toolkit == 'android' || (os == "win" && debug) # Bug 1407296
[test_alerts_noobserve.html]
[test_alerts_requireinteraction.html]
[test_image.html]

View File

@ -81,6 +81,7 @@ function runTest() {
}
}
SimpleTest.requestCompleteLog(); // Bug 1407296
runTest();
</script>