summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 18:26:52 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 18:26:52 (GMT)
commit0011a5e758c2efa386fbeaa81553852c90c48e86 (patch)
treecb4e526186d350a177723963837983ec8dc047c3 /test/vfd_swmr.c
parent8d526ed137bcb284ecae929ae6262a164af05e29 (diff)
downloadhdf5-0011a5e758c2efa386fbeaa81553852c90c48e86.zip
hdf5-0011a5e758c2efa386fbeaa81553852c90c48e86.tar.gz
hdf5-0011a5e758c2efa386fbeaa81553852c90c48e86.tar.bz2
Temporarily disable some tests that fail on Windows
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 8d61b89..0910409 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3494,6 +3494,9 @@ main(void)
nerrors += test_file_fapl();
#ifndef H5_HAVE_WIN32_API
+/* XXX: VFD SWMR: Fails on Win32 due to problems unlinking the metadata file.
+ * The OS claims another process is using the file.
+ */
nerrors += test_writer_create_open_flush();
nerrors += test_writer_md();
#endif