diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-21 13:16:21 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-21 13:16:21 -0500 |
commit | 453439f6f81b28e797fb28d39201adf56ff0450a (patch) | |
tree | cfab16c5e737279b79f13c03cefc7e0efdbecdd8 /test/test_arcs.py | |
parent | a61da141c1fa3d300f56956eb03db1de296f0680 (diff) | |
download | python-coveragepy-453439f6f81b28e797fb28d39201adf56ff0450a.tar.gz |
Disable the two tests that don't work yet.
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r-- | test/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py index effc6e5..9b2c386 100644 --- a/test/test_arcs.py +++ b/test/test_arcs.py @@ -113,7 +113,7 @@ class SimpleArcTest(CoverageTest): arcz=".1 16 67 7. .2 23 24 3. 45 5.", arcz_missing="" ) - def test_dont_confuse_exit_and_else(self): + def XXX_dont_confuse_exit_and_else(self): self.check_coverage("""\ def foo(): if foo: |