Skip to content

Commit

Permalink
chore(ci) remove repeat 3
Browse files Browse the repository at this point in the history
Unfortunately, the tests are really, really too long with such a setting.
  • Loading branch information
thibaultcha committed Jan 27, 2016
1 parent 3388e59 commit ba2a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba2a16c

Please sign in to comment.