diff options
author | Victor Shyba <victor1984@riseup.net> | 2016-10-28 21:40:05 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-12 09:12:00 -0200 |
commit | e14a50f15f34898a00f4afa1eb288ef708b4fbd4 (patch) | |
tree | 5145bc9eaf7df9aa068da5d1649d9e6c744363de /testing | |
parent | 349e42d73225282935b2d4677e778821db25634b (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')
-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. |