Skip to content

Commit

Permalink
Merge pull request #3136 from michael-berlin/disable_race_test
Browse files Browse the repository at this point in the history
travis: Temporarily disable the unit_race test on Travis.
  • Loading branch information
michael-berlin authored Sep 5, 2017
2 parents 7084913 + 1306dce commit eb98934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ unit_test: build
unit_test_cover: build
go test $(VT_GO_PARALLEL) -cover ./go/... | misc/parse_cover.py

# TODO(mberlin): This is currently disabled in test/config.json for automatic
# runs on Travis (manual=false). Re-enable it there once we switched the Travis
# tests to using Docker and we verified that this is no longer flaky e.g. in
# doubt increase timeouts in all tests.
unit_test_race: build
tools/unit_test_race.sh

Expand Down
2 changes: 1 addition & 1 deletion test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"make",
"unit_test_race"
],
"Manual": false,
"Manual": true,
"Shard": 0,
"RetryMax": 0,
"Tags": []
Expand Down

0 comments on commit eb98934

Please sign in to comment.