summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fheap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/fheap.c b/test/fheap.c
index 4f1466e..9358995 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -2912,10 +2912,6 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
if(NULL == (f = (H5F_t *)H5I_object(file1)))
FAIL_STACK_ERROR
- /* Ignore metadata tags in the file's cache */
- if (H5AC_ignore_tags(f) < 0)
- FAIL_STACK_ERROR
-
/* Display testing message */
TESTING("reopening header through different file")
@@ -2956,10 +2952,6 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
if(NULL == (f = (H5F_t *)H5I_object(file1)))
FAIL_STACK_ERROR
- /* Ignore metadata tags in the file's cache */
- if (H5AC_ignore_tags(f) < 0)
- FAIL_STACK_ERROR
-
/* Open the heap */
if(NULL == (fh = H5HF_open(f, dxpl, fh_addr)))
FAIL_STACK_ERROR