diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-10-28 21:40:05 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 15:55:52 -0300 |
commit | e60af207fb9bb10f8556d90dc30e369590945693 (patch) | |
tree | 43fdea9d6979d98d77374c5950a47330992a74bc /testing/tests | |
parent | 5054871732d44b59865658504f9d41962362c22d (diff) |
[tests] remove test_sync_very_large_files
We have benchmarks now to test sync limits and 100mb is too far from
current needs.
Diffstat (limited to 'testing/tests')
-rw-r--r-- | testing/tests/server/test_server.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/tests/server/test_server.py b/testing/tests/server/test_server.py index a7cc97d4..2a3cb751 100644 --- a/testing/tests/server/test_server.py +++ b/testing/tests/server/test_server.py @@ -468,16 +468,6 @@ class EncryptedSyncTestCase( """ return self._test_encrypted_sym_sync(passphrase=u'ãáàäéàëíìïóòöõúùüñç') - def test_sync_very_large_files(self): - """ - Test if Soledad can sync very large files. - """ - self.skipTest( - "Work in progress. For reference, see: " - "https://leap.se/code/issues/7370") - length = 100 * (10 ** 6) # 100 MB - return self._test_encrypted_sym_sync(doc_size=length, number_of_docs=1) - def test_sync_many_small_files(self): """ Test if Soledad can sync many smallfiles. |