Bug 582821 - skip test_nsIProcess.js on Windows until it can learn not to leave an unremovable file on the slave

This commit is contained in:
Phil Ringnalda 2012-03-10 18:01:30 -08:00
Родитель ce4a2179a5
Коммит 78d16a2eaa
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ fail-if = os == "android"
[test_mac_bundle.js]
[test_nsIMutableArray.js]
[test_nsIProcess.js]
skip-if = os == "win" # bug 582821
[test_nsIProcess_stress.js]
skip-if = os == "win" # See bug: 676412
[test_pipe.js]