From 810fbf02195d38b2e54fab66355c1ee39a760e6f Mon Sep 17 00:00:00 2001 From: Hunter Gregory Date: Wed, 7 Sep 2022 11:43:30 -0700 Subject: [PATCH] exclude update-policy tag which consists of 1 test with unsupported namedport --- test/cyclonus/test-cyclonus-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cyclonus/test-cyclonus-windows.sh b/test/cyclonus/test-cyclonus-windows.sh index 377cb1f797..59c2d361a2 100755 --- a/test/cyclonus/test-cyclonus-windows.sh +++ b/test/cyclonus/test-cyclonus-windows.sh @@ -8,7 +8,7 @@ curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_lin --pod-creation-timeout-seconds=480 \ --job-timeout-seconds=15 \ --server-protocol=TCP,UDP \ - --exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label | tee cyclonus-$CLUSTER_NAME + --exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label,update-policy | tee cyclonus-$CLUSTER_NAME rc=0 cat cyclonus-$CLUSTER_NAME | grep "failed" > /dev/null 2>&1 || rc=$?