summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_tagging.c')
-rw-r--r--test/cache_tagging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cache_tagging.c b/test/cache_tagging.c
index 06de174..b69a501 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -4572,6 +4572,12 @@ main(void)
/* Open the HDF5 Library */
H5open();
+ /* Only run with sec2/default driver */
+ if (!h5_using_default_driver(NULL)) {
+ HDputs(" -- SKIPPED for incompatible VFD --");
+ HDexit(EXIT_SUCCESS);
+ }
+
/* ========== */
/* Test Setup */
/* ========== */