Skip to content

Commit

Permalink
skip one regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Apr 28, 2013
1 parent 3eeecff commit 841f4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_regression.py
Expand Up @@ -18,6 +18,8 @@
from jedi import api
api_classes = api.api_classes

import pytest

#jedi.set_debug_function(jedi.debug.print_to_stdout)


Expand Down Expand Up @@ -535,7 +537,7 @@ def test_settings_module():



@unittest.skip("not yet fully fixed")
@pytest.mark.skip("not yet fully fixed")
def test_no_duplicate_modules():
"""
Make sure that import hack works as expected.
Expand Down

0 comments on commit 841f4d8

Please sign in to comment.