summaryrefslogtreecommitdiffstats
path: root/test/flush2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/flush2.c')
-rw-r--r--test/flush2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/flush2.c b/test/flush2.c
index dbb0a82..5ec5300 100644
--- a/test/flush2.c
+++ b/test/flush2.c
@@ -196,7 +196,8 @@ main(void)
#if defined _WIN32 && defined _HDF5USEDLL_
SKIPPED();
puts(" DLL will flush the file even when calling _exit, skip this test temporarily");
-
+#elif defined H5_VMS
+ SKIPPED();
#else
H5_FAILED()
goto error;
@@ -218,7 +219,8 @@ main(void)
#if defined _WIN32 && defined _HDF5USEDLL_
SKIPPED();
puts(" DLL will flush the file even when calling _exit, skip this test temporarily");
-
+#elif defined H5_VMS
+ SKIPPED();
#else
H5_FAILED()
goto error;