Skip star import cache tests.

This commit is contained in:
Dave Halter
2015-04-27 14:15:39 +02:00
parent 0203461980
commit d7417391a7

View File

@@ -62,6 +62,7 @@ def test_modulepickling_delete_incompatible_cache():
assert cached2 is None
@pytest.mark.skipif('True', message='Currently the star import cache is not enabled.')
def test_star_import_cache_duration():
new = 0.01
old, jedi.settings.star_import_cache_validity = \