summaryrefslogtreecommitdiff
path: root/test/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtests.py')
-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,"