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

Commit fba83f6

Browse files
committed
Skipped view cleanup test when running against Cloudant
1 parent cd1d5c9 commit fba83f6

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)