diff --git a/test/dsets.c b/test/dsets.c index b208d3265b8..f5b0f2a326f 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -5877,6 +5877,7 @@ test_floattypes(hid_t file) if (H5Dclose(dataset) < 0) goto error; } +#if 0 #if H5_SIZEOF_LONG_DOUBLE != H5_SIZEOF_DOUBLE /* long double */ { @@ -5966,6 +5967,7 @@ test_floattypes(hid_t file) if (H5Dclose(dataset) < 0) goto error; } +#endif #endif return SUCCEED;