diff options
| -rw-r--r-- | src/leap/soledad/tests/test_couch.py | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/src/leap/soledad/tests/test_couch.py b/src/leap/soledad/tests/test_couch.py index 9e2f3909..6c3d7daf 100644 --- a/src/leap/soledad/tests/test_couch.py +++ b/src/leap/soledad/tests/test_couch.py @@ -197,23 +197,5 @@ class CouchDatabaseSyncTests(test_sync.DatabaseSyncTests):          db.delete_database()          super(CouchDatabaseSyncTests, self).tearDown() -    # The following tests use indexing, so we eliminate them for now because -    # indexing is still not implemented in couch backend. - -    def test_sync_pulls_changes(self): -        pass - -    def test_sync_sees_remote_conflicted(self): -        pass - -    def test_sync_sees_remote_delete_conflicted(self): -        pass - -    def test_sync_local_race_conflicted(self): -        pass - -    def test_sync_propagates_deletes(self): -        pass -  load_tests = tests.load_with_scenarios | 
