Disable Places Sync on some frequent random failing test, to workaround bug 507790 and reduce orangeness. a=tests-only

This commit is contained in:
Marco Bonardo 2009-11-26 15:29:03 +01:00
Родитель 93daf9393f
Коммит 0327e0240c
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -567,6 +567,8 @@ function flush_main_thread_events()
// flushes are active, so we turn off syncing for them.
let randomFailingSyncTests = [
"test_results-as-visit.js",
"test_sorting.js",
"test_redirectsMode.js",
];
let currentTestFilename = do_get_file(_TEST_FILE[0], true).leafName;
if (randomFailingSyncTests.indexOf(currentTestFilename) != -1) {

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

@ -305,6 +305,8 @@ let randomFailingSyncTests = [
"test_removeVisitsByTimeframe.js",
"test_tagging.js",
"test_utils_getURLsForContainerNode.js",
"test_exclude_livemarks.js",
"test_402799.js",
];
let currentTestFilename = do_get_file(_TEST_FILE[0], true).leafName;
if (randomFailingSyncTests.indexOf(currentTestFilename) != -1) {