diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2024-03-15 04:47:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 04:47:58 (GMT) |
commit | 004ab16dbcd4953cf423606c0aea93386e60b39f (patch) | |
tree | 0061ea5e38d84e096b2de38267e1a5f1c86f3ce4 | |
parent | 112f445019484597a0add53e78970323713213fb (diff) | |
download | hdf5-004ab16dbcd4953cf423606c0aea93386e60b39f.zip hdf5-004ab16dbcd4953cf423606c0aea93386e60b39f.tar.gz hdf5-004ab16dbcd4953cf423606c0aea93386e60b39f.tar.bz2 |
Remove ros3 and hdfs VFDs from Autotools VFD list (#4142)
These will never pass `make check` and would require a custom test
suite for more comprehensive testing.
-rw-r--r-- | config/conclude.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/conclude.am b/config/conclude.am index 227f0d3..a1fda99 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -294,10 +294,12 @@ if MIRROR_VFD_CONDITIONAL # VFD_LIST += mirror endif if ROS3_VFD_CONDITIONAL - VFD_LIST += ros3 + # This would require a custom test suite + # VFD_LIST += ros3 endif if HDFS_VFD_CONDITIONAL - VFD_LIST += hdfs + # This would require a custom test suite + # VFD_LIST += hdfs endif if SUBFILING_VFD_CONDITIONAL # Several VFD tests fail with Subfiling since it |