summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-09-19 16:03:58 +0200
committerStefano Rivera <stefanor@debian.org>2023-02-03 21:46:19 +0100
commit87a14358de4498f7e1f3717bb8d8387c520d744b (patch)
tree5f75d6894b86f90310ad7280f659499f475da8b2
parent47d90426791738f027ceb2b8849bff1d969c7069 (diff)
skip two tests
"https://github.com/silx-kit/silx/issues/3523" Gbp-Pq: Name 0004-skip-two-tests.patch
-rw-r--r--src/silx/io/test/test_h5py_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/silx/io/test/test_h5py_utils.py b/src/silx/io/test/test_h5py_utils.py
index 0d10a78..f6405c6 100644
--- a/src/silx/io/test/test_h5py_utils.py
+++ b/src/silx/io/test/test_h5py_utils.py
@@ -248,6 +248,7 @@ class TestH5pyUtils(unittest.TestCase):
"Versions of libhdf5 and h5py use incompatible file locking behaviour",
)
@subtests
+ @unittest.skipIf(True, "https://github.com/silx-kit/silx/issues/3523")
def test_modes_multi_process(self):
"""Test concurrent access to the same file from different processes"""
filename = self._new_filename()
@@ -322,6 +323,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()