Skip to content

Commit

Permalink
Testing: Skip test_introspection again in our CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 7, 2018
1 parent ef6f323 commit b0adca0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spyder/plugins/tests/test_editor_introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ def get_spyder_pythonpath(*args):
editor.introspector.plugin_manager.close()


@pytest.mark.slow
@pytest.mark.skipif(PY2 or PYQT4,
reason="Segfaults with other tests on Py2 and PyQt4.")
@pytest.mark.skipif(os.environ.get('CI', None) is not None,
reason="It makes other tests to segfault in our CIs")
@pytest.mark.skipif(not JEDI_010,
reason="This feature is only supported in jedy >= 0.10")
def test_introspection(setup_editor):
Expand Down

0 comments on commit b0adca0

Please sign in to comment.