##// END OF EJS Templates
travis: allow ui test failure on all environments (#20251)...
Toshi MARUYAMA -
r14140:677ed9d98091
parent child
Show More
@@ -41,6 +41,12 matrix:
41 allow_failures:
41 allow_failures:
42 # http://www.redmine.org/issues/20251
42 # http://www.redmine.org/issues/20251
43 - env: "SUITE=ui DB=postgresql"
43 - env: "SUITE=ui DB=postgresql"
44 - env: "SUITE=ui DB=mysql-5.5"
45 - env: "SUITE=ui DB=mysql-5.6"
46 - env: "SUITE=ui DB=mysql-5.7-dmr"
47 - env: "SUITE=ui DB=mariadb-5.5"
48 - env: "SUITE=ui DB=mariadb-10.0"
49 - env: "SUITE=ui DB=sqlite3"
44 # SCM tests fail randomly due to IO.popen().
50 # SCM tests fail randomly due to IO.popen().
45 # http://www.redmine.org/issues/19091
51 # http://www.redmine.org/issues/19091
46 # https://github.com/jruby/jruby/issues/779
52 # https://github.com/jruby/jruby/issues/779
General Comments 0
You need to be logged in to leave comments. Login now