summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-05-16 02:05:25 -0700
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-16 11:19:32 +0200
commit0c5ba9355fcf84ea13bef2fe6c3dda8332083086 (patch)
treeafbbadaba55d2cddca61f14ecceffaa2d38f8b1a
parentcee96ac9c759f1168e7ca2e8df54994dc2f641d6 (diff)
Funambol: avoid testing slow sync mode
Funambol reacts with a 407 "retry later" very quickly when clients to slow syncs. Avoid that, because it pretty much prevents getting any of the tests to run.
-rwxr-xr-xtest/runtests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtests.py b/test/runtests.py
index c6a35512..6459ac1b 100755
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -1563,6 +1563,8 @@ class FunambolTest(SyncEvolutionTest):
"Client::Sync::eds_event::testAddBothSidesRefresh,"
"Client::Sync::eds_task::testAddBothSides,"
"Client::Sync::eds_task::testAddBothSidesRefresh,"
+ # Avoid all tests which do a slow sync, to avoid 417 throttling.
+ "Client::Sync::.*::(testDeleteAllRefresh|testSlowRestart|testTwinning|testSlowSync|testManyItems|testManyDeletes|testSlowSyncSemantic),"
# test cannot pass because we don't have CtCap info about
# the Funambol server
"Client::Sync::eds_contact::testExtensions,"