Skip to content

Commit a2231de

Browse files
test: [WIN-NPM] ignore a test case with an unsupported namedport (#1581)
exclude update-policy tag which consists of 1 test with unsupported namedport
1 parent 025ec53 commit a2231de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cyclonus/test-cyclonus-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ curl -fsSL github.com/mattfenwick/cyclonus/releases/latest/download/cyclonus_lin
88
--pod-creation-timeout-seconds=480 \
99
--job-timeout-seconds=15 \
1010
--server-protocol=TCP,UDP \
11-
--exclude sctp,named-port,ip-block-with-except,multi-peer,upstream-e2e,example,end-port,namespaces-by-default-label | tee cyclonus-$CLUSTER_NAME
11+
--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
1212

1313
rc=0
1414
cat cyclonus-$CLUSTER_NAME | grep "failed" > /dev/null 2>&1 || rc=$?

0 commit comments

Comments
 (0)