Skip to content

Commit

Permalink
test: skip no error test in Cilium
Browse files Browse the repository at this point in the history
This test often fails due to etcd leader changes.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit a9bff3a)
  • Loading branch information
smira committed Oct 25, 2024
1 parent 7d055af commit ee44f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ function install_and_run_cilium_cni_tests {
case "${WITH_KUBESPAN:-false}" in
true)
CILIUM_NODE_ENCRYPTION=false
CILIUM_TEST_EXTRA_ARGS=("--test="!node-to-node-encryption"")
CILIUM_TEST_EXTRA_ARGS=("--test=!node-to-node-encryption,!check-log-errors")
;;
*)
CILIUM_NODE_ENCRYPTION=true
CILIUM_TEST_EXTRA_ARGS=()
CILIUM_TEST_EXTRA_ARGS=("--test=!check-log-errors")
;;
esac

Expand Down

0 comments on commit ee44f2c

Please sign in to comment.