Bug 752243 - Disable test_service_wipeServer.js, test_service_createAccount.js, test_service_changePassword.js, test_aitc_server.js, test_aitc_client.js & test_hashcompleter.js on OS X & Linux for too many intermittent failures

This commit is contained in:
Ed Morley 2012-12-13 12:48:42 +00:00
parent 5c0064f135
commit 82b1bd116e
4 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,8 @@ tail =
[test_load_modules.js]
[test_aitc_client.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_aitc_manager.js]
[test_storage_queue.js]
[test_storage_registry.js]

View File

@ -20,6 +20,8 @@ tail =
[test_utils_uuid.js]
[test_aitc_server.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_async_chain.js]
[test_async_querySpinningly.js]
[test_bagheera_server.js]

View File

@ -58,9 +58,13 @@ skip-if = os == "android"
# Service semantics.
[test_service_attributes.js]
[test_service_changePassword.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_service_checkAccount.js]
[test_service_cluster.js]
[test_service_createAccount.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_service_detect_upgrade.js]
[test_service_getStorageInfo.js]
[test_service_login.js]
@ -80,6 +84,8 @@ skip-if = os == "android"
[test_service_verifyLogin.js]
[test_service_wipeClient.js]
[test_service_wipeServer.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_corrupt_keys.js]
[test_errorhandler.js]

View File

@ -6,6 +6,8 @@ tail = tail_urlclassifier.js
[test_backoff.js]
[test_dbservice.js]
[test_hashcompleter.js]
# Bug 752243: Profile cleanup frequently fails
skip-if = os == "mac" || os == "linux"
[test_partial.js]
[test_prefixset.js]
[test_streamupdater.js]