diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 0ab0b75c..71d3fd6f 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -281,7 +281,7 @@ class ApiTest(CoverageTest): self.start_import_stop(cov, "code2") self.check_code1_code2(cov) - def test_start_save_stop(self): + def test_start_save_stop(self): # pragma: not covered self.skipTest("Expected failure: https://bitbucket.org/ned/coveragepy/issue/79") self.make_code1_code2() cov = coverage.Coverage() |