Skip to content

Commit

Permalink
Revert "Enable ginkgos parallel test runner for unit tests"
Browse files Browse the repository at this point in the history
This reverts commit 4d2680a.

Signed-off-by: Ashley Schuett <[email protected]>
  • Loading branch information
ashleyschuett committed May 25, 2021
1 parent 3abefaa commit af17c0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ build --define gotags=selinux

# let our unit tests produce our own junit reports
test --action_env=GO_TEST_WRAP=0

# speed up unit tests by enabling ginkos parallel execution
test --test_arg=--ginkgo.parallel.total=5

# for code coverage ginkos parallel execution needs to be disabled
# since ginkgo has a forking model
coverage --test_arg=--ginkgo.parallel.total=1

0 comments on commit af17c0a

Please sign in to comment.