summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 45898f1..cbb1d13 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -460,6 +460,9 @@ class CmdLineTest(BaseCmdLineTest):
""")
def test_bad_run_args_with_both_source_and_include(self):
+ return
+ # TODO: This check was too simple, and broke a few things:
+ # https://bitbucket.org/ned/coveragepy/issues/541/coverage-43-breaks-nosetest-with-coverage
with self.assertRaisesRegex(CoverageException, 'mutually exclusive'):
self.command_line("run --include=pre1,pre2 --source=lol,wut foo.py", ret=ERR)