Skip to content

Commit 2bcf851

Browse files
skipped another cache test
1 parent 678d7fe commit 2bcf851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py_gnome/tests/unit_tests/test_utilities/test_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# return self._file.seek(*args)
3838
# ValueError: I/O operation on closed file.
3939
# only happens when run alongside other utilities tests ...
40-
@pytest.mark.skip("this is raising mysterious errors")
40+
@pytest.mark.skip("this is raising mysterious errors -- particularly on Windows")
4141
def test_init():
4242
"""
4343
can we even create one?
@@ -47,7 +47,7 @@ def test_init():
4747
print(cache.global_cache_dir)
4848
assert True
4949

50-
# @pytest.mark.skip("these are intermittently failing -- and we're not using the cache anyway")
50+
@pytest.mark.skip("this is raising mysterious errors -- particularly on Windows")
5151
def test_cache_clear_on_delete():
5252

5353
c1 = cache.ElementCache()

0 commit comments

Comments
 (0)