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.
This commit is contained in:
Patrick Ohly 2013-05-16 02:05:25 -07:00
parent cee96ac9c7
commit 0c5ba9355f

View file

@ -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,"