From 8c1774e9fe0cf6521fa0240bfb14284c5dbff59f Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 17 Apr 2019 10:03:07 -0700 Subject: [PATCH] Skip correct tests --- tests/test_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_repository.py b/tests/test_repository.py index 76d49fb..292e3da 100644 --- a/tests/test_repository.py +++ b/tests/test_repository.py @@ -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.