Skip to content

Commit

Permalink
skip no-unexpected-packet-drops for cilium dualstack pr
Browse files Browse the repository at this point in the history
  • Loading branch information
camrynl committed May 20, 2024
1 parent 5033a0c commit a95bf6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
- script: |
echo "Run Cilium Connectivity Tests"
cilium status
cilium connectivity test --connect-timeout 4s --request-timeout 30s --test '!pod-to-pod-encryption,!node-to-node-encryption'
cilium connectivity test --connect-timeout 4s --request-timeout 30s --test '!pod-to-pod-encryption,!node-to-node-encryption,!no-unexpected-packet-drops'
retryCountOnTaskFailure: 3
name: "ciliumConnectivityTests"
displayName: "Run Cilium Connectivity Tests"
Expand Down

0 comments on commit a95bf6c

Please sign in to comment.