summaryrefslogtreecommitdiff
path: root/silx
diff options
context:
space:
mode:
Diffstat (limited to 'silx')
-rw-r--r--silx/io/test/test_h5py_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silx/io/test/test_h5py_utils.py b/silx/io/test/test_h5py_utils.py
index 2e2e3dd..4a8e184 100644
--- a/silx/io/test/test_h5py_utils.py
+++ b/silx/io/test/test_h5py_utils.py
@@ -204,6 +204,7 @@ class TestH5pyUtils(unittest.TestCase):
self.assertEqual(orig, os.environ.get("HDF5_USE_FILE_LOCKING"))
@subtests
+ @unittest.skipIf(True, "https://github.com/silx-kit/silx/issues/3523")
def test_modes_multi_process(self):
if not self._liber_allows_concurrent_access:
# A concurrent reader with HDF5_USE_FILE_LOCKING=FALSE is
@@ -263,6 +264,7 @@ class TestH5pyUtils(unittest.TestCase):
@subtests
@unittest.skipIf(not h5py_utils.HAS_SWMR, "SWMR not supported")
+ @unittest.skipIf(True, "https://github.com/silx-kit/silx/issues/3523")
def test_modes_multi_process_swmr(self):
filename = self._new_filename()