summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-09-19 16:03:58 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-09-19 16:05:34 +0200
commit2ba0ec37f0b7b9e9ad1b57232ac4912847cb0648 (patch)
treeadb5a0f1c0979f8826eead87e36d44e43a94ea58
parentafa8b5af94be7f0dea559aff19f7741c799eece1 (diff)
skip two tests
"https://github.com/silx-kit/silx/issues/3523" Gbp-Pq: Name 0004-skip-two-tests.patch
-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()