summaryrefslogtreecommitdiffstats
path: root/config/conclude.am
diff options
context:
space:
mode:
Diffstat (limited to 'config/conclude.am')
-rw-r--r--config/conclude.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/conclude.am b/config/conclude.am
index bfbe1ec..395f897 100644
--- a/config/conclude.am
+++ b/config/conclude.am
@@ -293,6 +293,11 @@ endif
if HDFS_VFD_CONDITIONAL
VFD_LIST += hdfs
endif
+if SUBFILING_VFD_CONDITIONAL
+ # Several VFD tests fail with Subfiling since it
+ # doesn't currently support collective I/O
+ # VFD_LIST += subfiling
+endif
# Run test with different Virtual File Driver
check-vfd: $(LIB) $(PROGS) $(chk_TESTS)