File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function run_integration_test() {
27
27
28
28
echo " Running ipamd integration tests"
29
29
START=$SECONDS
30
- 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
30
+ 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
31
31
echo " ipamd test took $(( SECONDS - START)) seconds."
32
32
33
33
echo " Running cni integration tests"
You can’t perform that action at this time.
0 commit comments