From ba2a16c6a7966406fb3ac10e48af4852d0f44dc6 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Wed, 27 Jan 2016 14:26:43 -0800 Subject: [PATCH] chore(ci) remove repeat 3 Unfortunately, the tests are really, really too long with such a setting. --- .ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run_tests.sh b/.ci/run_tests.sh index b4d0857418b..d3c8147de96 100755 --- a/.ci/run_tests.sh +++ b/.ci/run_tests.sh @@ -2,7 +2,7 @@ set -e -CMD="busted -v -o gtest --exclude-tags=ci --repeat=3" +CMD="busted -v -o gtest --exclude-tags=ci" if [ "$TEST_SUITE" == "unit" ]; then CMD="$CMD --coverage spec/unit && luacov-coveralls -i kong"