File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ function run_integration_test() {
3131 echo " cni test took $(( SECONDS - START)) seconds."
3232 echo " Running ipamd integration tests"
3333 START=$SECONDS
34- cd $INTEGRATION_TEST_DIR /ipamd && CGO_ENABLED=0 ginkgo $EXTRA_GINKGO_FLAGS -v -timeout 90m --no-color --fail-on-pending -- --cluster-kubeconfig=" $KUBE_CONFIG_PATH " --cluster-name=" $CLUSTER_NAME " --aws-region=" $REGION " --aws-vpc-id=" $VPC_ID " --ng-name-label-key=" $NG_LABEL_KEY " --ng-name-label-val=" $NG_LABEL_VAL " || TEST_RESULT=fail
34+ # NOTE: skipping ipamd_event_test.go until it can be triaged further
35+ cd $INTEGRATION_TEST_DIR /ipamd && CGO_ENABLED=0 ginkgo $EXTRA_GINKGO_FLAGS --skip-file=ipamd_event_test.go -v -timeout 90m --no-color --fail-on-pending -- --cluster-kubeconfig=" $KUBE_CONFIG_PATH " --cluster-name=" $CLUSTER_NAME " --aws-region=" $REGION " --aws-vpc-id=" $VPC_ID " --ng-name-label-key=" $NG_LABEL_KEY " --ng-name-label-val=" $NG_LABEL_VAL " || TEST_RESULT=fail
3536 echo " ipamd test took $(( SECONDS - START)) seconds."
3637
3738 : " ${CNI_METRICS_HELPER:= 602401143452.dkr.ecr.us-west-2.amazonaws.com/ cni-metrics-helper: v1.11.4} "
You can’t perform that action at this time.
0 commit comments