mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
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.
This commit is contained in:
parent
112f445019
commit
004ab16dbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user