File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
py_gnome/tests/unit_tests/test_utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
# return self._file.seek(*args)
38
38
# ValueError: I/O operation on closed file.
39
39
# 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 " )
41
41
def test_init ():
42
42
"""
43
43
can we even create one?
@@ -47,7 +47,7 @@ def test_init():
47
47
print (cache .global_cache_dir )
48
48
assert True
49
49
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 " )
51
51
def test_cache_clear_on_delete ():
52
52
53
53
c1 = cache .ElementCache ()
You can’t perform that action at this time.
0 commit comments