Skip to content

Commit

Permalink
Remove ros3 and hdfs VFDs from Autotools VFD list (#4142)
Browse files Browse the repository at this point in the history
These will never pass `make check` and would require a custom test
suite for more comprehensive testing.
  • Loading branch information
derobins authored Mar 15, 2024
1 parent 112f445 commit 004ab16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/conclude.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 004ab16

Please sign in to comment.