FIX: Disable AVF on 3n-hsw
[csit.git] / resources / libraries / bash / function / common.sh
index f2aa682..52f6f08 100644 (file)
@@ -675,13 +675,12 @@ function select_tags () {
             test_tag_array+=("!vts")
             ;;
         *"3n-hsw"*)
-            # TODO: If AVF tests are expected to fail on haswell,
-            # add (before excluding) an explanation to:
-            # https://github.com/FDio/vpp/blob/master/src/plugins/avf/README.md
+            test_tag_array+=("!drv_avf")
             test_tag_array+=("!ipsechwNOTnic_intel-xl710")
             ;;
         *)
             # Default to 3n-hsw due to compatibility.
+            test_tag_array+=("!drv_avf")
             test_tag_array+=("!ipsechwNOTnic_intel-xl710")
             ;;
     esac