Skip to content

Commit

Permalink
Disable HipChat integration tests for now
Browse files Browse the repository at this point in the history
Unit and Slack integration tests work, but some timeout issues need to
be tracked down on the HipChat side of things. See #1395 for more.

We can disable the HipChat tests for now, so we can benefit from Travis
CI builds on other PRs.
  • Loading branch information
christophermaier committed Aug 20, 2017
1 parent ae04924 commit fc96eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ services:
env:
- TEST=unit
- TEST=slack
- TEST=hipchat
# Temporarily disabling HipChat integration tests while we track
# down some connection issues.
# - TEST=hipchat

script:
- docker-compose -f docker-compose.ci.yml run test ./scripts/wait-for-it.sh postgres:5432 -s -t 30 -- make test-$TEST
Expand Down

0 comments on commit fc96eeb

Please sign in to comment.