diff --git a/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp b/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp
index d2fa8437bc018338b09c39971e9a10ecb5c45dbb..c6ae18155ebed9083a6ec839e8168baae3108a84 100644
--- a/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp
+++ b/testing/adios2/engine/hdf5/TestHDF5WriteRead.cpp
@@ -88,6 +88,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read1D8)
         // Close the file
         engine->Close();
     }
+
+    // Read data back with HDF5 natively
+    {
+    }
 }
 
 //******************************************************************************
@@ -162,6 +166,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D2x4)
         // Close the file
         engine->Close();
     }
+
+    // Read data back with HDF5 natively
+    {
+    }
 }
 
 //******************************************************************************
@@ -236,6 +244,10 @@ TEST_F(HDF5WriteReadTest, ADIOS2HDF5WriteHDF5Read2D4x2)
         // Close the file
         engine->Close();
     }
+
+    // Read data back with HDF5 natively
+    {
+    }
 }
 
 //******************************************************************************