Skip to content

Commit f8ca797

Browse files
committed
UPSTREAM: <drop>: Do not enable race detection by default in integration test
This environment variable has existed for ~5 years but does not appear to have functioned prior to kubernetes#132053 (about three months before the time of writing). Upstream has marked it as an optional test in a separate job due to known failures (kubernetes/test-infra#34908), so temporarily disabling here as well.
1 parent 60ef13a commit f8ca797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-hack/test-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir -p "${ARTIFACTS}"
1212
export KUBERNETES_SERVICE_HOST=
1313
export KUBE_JUNIT_REPORT_DIR="${ARTIFACTS}"
1414
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
15-
export KUBE_RACE=-race
15+
# export KUBE_RACE=-race
1616
export KUBE_TEST_ARGS='-p 8'
1717
export LOG_LEVEL=4
1818
export PATH

0 commit comments

Comments
 (0)