Skip to content

Commit

Permalink
travis: allow ui test failure on postgresql (#20251)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/trunk@14415 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Jul 6, 2015
1 parent ae6c993 commit a680aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -39,6 +39,8 @@ env:
- "SUITE=ui DB=sqlite3"
matrix:
allow_failures:
# http://www.redmine.org/issues/20251
- env: "SUITE=ui DB=postgresql"
# SCM tests fail randomly due to IO.popen().
# http://www.redmine.org/issues/19091
# https://github.com/jruby/jruby/issues/779
Expand Down

0 comments on commit a680aa7

Please sign in to comment.