Skip to content

Commit

Permalink
Stop running tests in parallel
Browse files Browse the repository at this point in the history
- This caused a few tests to become flaky

[#142976615]

Signed-off-by: Danny Sullivan <[email protected]>
  • Loading branch information
Danny Sullivan committed Apr 18, 2017
1 parent 8b96bed commit 8918697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ base_dir="$( cd "${my_dir}/.." && pwd )"
pushd "${base_dir}" > /dev/null
CGO_ENABLED=1 ginkgo \
-race \
-p \
-randomizeAllSpecs \
-randomizeSuites \
-slowSpecThreshold="${SLOW_SPEC_THRESHOLD}" \
Expand Down

0 comments on commit 8918697

Please sign in to comment.