Skip to content

Commit

Permalink
Merge pull request #1239 from aojea/golang_unsupported_ips
Browse files Browse the repository at this point in the history
Bug 2073153: golang toolchain unsupported parsers tag
  • Loading branch information
openshift-merge-robot committed Apr 13, 2022
2 parents a36406b + eb63cd3 commit 69ded02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift-hack/test-go.sh
Expand Up @@ -10,7 +10,7 @@ export KUBERNETES_SERVICE_HOST=
export KUBE_JUNIT_REPORT_DIR="${ARTIFACTS}"
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_RACE=-race
export KUBE_TEST_ARGS='-p 8'
export KUBE_TEST_ARGS='-p 8 -tags=unsupportedGolang116OnlyUseDeprecatedParseIPv4'
export KUBE_TIMEOUT='--timeout=360s'

make test
2 changes: 1 addition & 1 deletion openshift-hack/test-integration.sh
Expand Up @@ -13,7 +13,7 @@ export KUBERNETES_SERVICE_HOST=
export KUBE_JUNIT_REPORT_DIR="${ARTIFACTS}"
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_RACE=-race
export KUBE_TEST_ARGS='-p 8'
export KUBE_TEST_ARGS='-p 8 -tags=unsupportedGolang116OnlyUseDeprecatedParseIPv4'
export LOG_LEVEL=4
export PATH

Expand Down

0 comments on commit 69ded02

Please sign in to comment.