Add flow test suites
[csit.git] / resources / libraries / bash / function / common.sh
index 85f6e08..510ccb0 100644 (file)
@@ -936,6 +936,10 @@ function select_tags () {
         *"1n-vbox"*)
             test_tag_array+=("!avf")
             test_tag_array+=("!vhost")
+            test_tag_array+=("!flow")
+            ;;
+        *"1n_tx2"*)
+            test_tag_array+=("!flow")
             ;;
         *"2n-skx"*)
             test_tag_array+=("!ipsechw")