From 89186977195b7c53f004abec4e661c37184cbdae Mon Sep 17 00:00:00 2001 From: Danny Sullivan Date: Tue, 18 Apr 2017 09:52:55 -0400 Subject: [PATCH] Stop running tests in parallel - This caused a few tests to become flaky [#142976615] Signed-off-by: Danny Sullivan --- bin/test | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/test b/bin/test index 7e71904..12e1f04 100755 --- a/bin/test +++ b/bin/test @@ -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}" \