Skip correct tests
This commit is contained in:
parent
4640f7a98f
commit
8c1774e9fe
@ -105,7 +105,6 @@ class TestRepositoryPreCreate(unittest.TestCase):
|
||||
self.patched_snapshot.stop()
|
||||
|
||||
|
||||
@unittest.skip("Fix call checks")
|
||||
class TestRepositoryPostCreate(unittest.TestCase):
|
||||
"""Test properties of the Repository after running create_snapshot().
|
||||
|
||||
@ -187,6 +186,7 @@ class TestRepositoryPostCreate(unittest.TestCase):
|
||||
self.patched_snapshot.stop()
|
||||
|
||||
|
||||
@unittest.skip("Fix call checks")
|
||||
class TestRepositoryCleanup(unittest.TestCase):
|
||||
"""Test that repository cleanup works properly.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user