Temporarily run unit tests without -race due to #2160

This commit is contained in:
Joshua Casey
2024-12-18 08:56:21 -06:00
parent 0f3ae1cf22
commit 6fad7ef3c2
@@ -14,4 +14,5 @@ export GOCACHE="$PWD/cache/gocache"
export GOMODCACHE="$PWD/cache/gomodcache"
cd pinniped
go test -short -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
# Temporarily remove "-race" from the next line due to https://github.com/vmware-tanzu/pinniped/pull/2160
go test -short -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...