Bug 523578 - Disable test_redirectsMode.js on Windows until it will behave better on this platform.

a=orange
This commit is contained in:
Marco Bonardo 2010-12-15 16:49:10 -08:00
Родитель 47ca2942ea
Коммит fdbff3341b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -283,6 +283,10 @@ function add_visits_to_database() {
// Main
function run_test() {
// Bug 523578: temporarily disabled on Windows due to frequent random failures.
if ("@mozilla.org/windows-registry-key;1" in Components.classes)
return;
// Populate the database.
add_visits_to_database();