Skip to content

Commit

Permalink
Temporarily run unit tests without -race due to #2160
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey committed Dec 18, 2024
1 parent 0f3ae1c commit 6fad7ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/shared-tasks/run-unit-tests/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit 6fad7ef

Please sign in to comment.