Re-enable sync for random oranges that could have been fixed by bug 536435.

This commit is contained in:
Marco Bonardo 2009-12-22 21:57:46 +01:00
parent 154c208b2a
commit cada36ba33
3 changed files with 0 additions and 6 deletions

View File

@ -333,7 +333,6 @@ function flush_main_thread_events()
// These tests are known to randomly fail due to bug 507790 when database
// flushes are active, so we turn off syncing for them.
let randomFailingSyncTests = [
"test_browserGlue_smartBookmarks.js",
];
let currentTestFilename = do_get_file(_TEST_FILE[0], true).leafName;
if (randomFailingSyncTests.indexOf(currentTestFilename) != -1) {

View File

@ -170,9 +170,6 @@ function flush_main_thread_events()
let randomFailingSyncTests = [
"test_384228.js",
"test_395593.js",
"test_405938_restore_queries.js",
"test_423515_forceCopyShortcuts.js",
"test_448584.js",
];
let currentTestFilename = do_get_file(_TEST_FILE[0], true).leafName;
if (randomFailingSyncTests.indexOf(currentTestFilename) != -1) {

View File

@ -300,10 +300,8 @@ function flush_main_thread_events()
// These tests are known to randomly fail due to bug 507790 when database
// flushes are active, so we turn off syncing for them.
let randomFailingSyncTests = [
"test_annotations.js",
"test_multi_word_tags.js",
"test_removeVisitsByTimeframe.js",
"test_tagging.js",
"test_utils_getURLsForContainerNode.js",
"test_exclude_livemarks.js",
"test_402799.js",