From a091a1c8097565568c0e65f726bd0a3737085582 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Fri, 2 Aug 2024 15:14:19 -0700 Subject: [PATCH] skipping another cache test -- barfing on Windows --- py_gnome/tests/unit_tests/test_utilities/test_cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py_gnome/tests/unit_tests/test_utilities/test_cache.py b/py_gnome/tests/unit_tests/test_utilities/test_cache.py index 4ead4e601..70dd210be 100644 --- a/py_gnome/tests/unit_tests/test_utilities/test_cache.py +++ b/py_gnome/tests/unit_tests/test_utilities/test_cache.py @@ -37,7 +37,7 @@ # return self._file.seek(*args) # ValueError: I/O operation on closed file. # only happens when run alongside other utilities tests ... -@pytest.mark.skip("this is raising mysterious errors") +@pytest.mark.skip("this is raising mysterious errors -- particularly on Windows") def test_init(): """ can we even create one? @@ -47,7 +47,7 @@ def test_init(): print(cache.global_cache_dir) assert True -# @pytest.mark.skip("these are intermittently failing -- and we're not using the cache anyway") +@pytest.mark.skip("this is raising mysterious errors -- particularly on Windows") def test_cache_clear_on_delete(): c1 = cache.ElementCache()