Bug 845190 - Disable test_startup_nosession_sync.js on Linux and Windows debug for being the latest perma-orange caused by a random JS change.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2013-07-29 21:45:10 -04:00
Родитель 7019ef3730
Коммит 29a63d8caf
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,10 @@ firefox-appdir = browser
[test_backup_once.js]
[test_no_backup_first_write.js]
[test_startup_nosession_sync.js]
# bug 845190 - thread pool wasn't shutdown assertions
skip-if = (os == "win" || "linux") && debug
[test_startup_nosession_async.js]
[test_startup_session_sync.js]
# bug 845190 - thread pool wasn't shutdown assertions
skip-if = (os == "win" || "linux") && debug
[test_startup_session_async.js]