From 0c5ba9355fcf84ea13bef2fe6c3dda8332083086 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 16 May 2013 02:05:25 -0700 Subject: 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. --- test/runtests.py | 2 ++ 1 file changed, 2 insertions(+) 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," -- cgit v1.2.3