diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 95c5e3d3..74f78cf4 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -431,6 +431,8 @@ class BadPluginTest(FileTracerTest): """) self.run_bad_plugin("bad_plugin", our_error=False) + # This test currently crashes the C tracer function. I'm working on + # figuring out why.... def xxx_dynamic_source_filename_fails(self): self.make_file("bad_plugin.py", """\ import coverage.plugin |