summaryrefslogtreecommitdiffstats
path: root/test/cache_tagging.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-10-14 11:56:28 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-10-14 11:56:28 (GMT)
commit03a42d466557f7e1f483d62eb1b1b9f91babb09f (patch)
tree47d839c87a561505897faf495126bca2e0a13341 /test/cache_tagging.c
parentcd40809dde88ecb7cd97825e3522da928b3a1b03 (diff)
parent780dc11e6eb23d58b9418c46d829372e89ee0237 (diff)
downloadhdf5-03a42d466557f7e1f483d62eb1b1b9f91babb09f.zip
hdf5-03a42d466557f7e1f483d62eb1b1b9f91babb09f.tar.gz
hdf5-03a42d466557f7e1f483d62eb1b1b9f91babb09f.tar.bz2
Merge remote-tracking branch 'canonical/develop' into hpcio/post_open_fix
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 cc42877..fce0bf5 100644
--- a/test/cache_tagging.c
+++ b/test/cache_tagging.c
@@ -4595,6 +4595,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 */
/* ========== */