Bug 969405 - Skip browser_lastAccessedTab.js on Windows because of intermittent failures due to Date.now() being non-monotonic r=adw

This commit is contained in:
Tim Taubert 2014-03-31 13:16:37 +02:00
parent 3cca728286
commit ba7a2aebb2

View File

@ -229,6 +229,7 @@ skip-if = true # browser_drag.js is disabled, as it needs to be updated for the
[browser_keywordSearch.js]
[browser_keywordSearch_postData.js]
[browser_lastAccessedTab.js]
skip-if = toolkit == "windows" # Disabled on Windows due to frequent failures (bug 969405)
[browser_locationBarCommand.js]
skip-if = os == "linux" # Intermittent failures, bug 917535
[browser_locationBarExternalLoad.js]