Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e4d6ae0

Browse files
authored
Merge pull request #217 from cloudant/215-view-cleanup
Skip view cleanup test when running against Cloudant
2 parents cd1d5c9 + fba83f6 commit e4d6ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/database_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ def test_get_set_revision_limit(self):
596596
self.assertNotEqual(new_limit, limit)
597597
self.assertEqual(new_limit, 1234)
598598

599+
@unittest.skipIf(os.environ.get('RUN_CLOUDANT_TESTS'),
600+
'Skipping since view cleanup is automatic in Cloudant.')
599601
def test_view_clean_up(self):
600602
"""
601603
Test cleaning up old view files

0 commit comments

Comments
 (0)