Skip to content

Commit

Permalink
DO NOT MERGE TO MAIN. Temporarily setting unit tests to ignore possib…
Browse files Browse the repository at this point in the history
…le data race conditions.
  • Loading branch information
joshuatcasey committed Dec 18, 2024
1 parent 9928c7e commit f4401a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function main() {
'unittest' | 'unittests' | 'units' | 'unit')
KUBE_CACHE_MUTATION_DETECTOR=${kube_cache_mutation_detector} \
KUBE_PANIC_WATCH_DECODE_ERROR=${kube_panic_watch_decode_error} \
go test -short -race ./...
go test -short ./...
;;
'generate')
go generate ./internal/mocks/...
Expand Down

0 comments on commit f4401a4

Please sign in to comment.