Skip to content

Commit

Permalink
Quarantine embedded extended tests while I investigate Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 16, 2015
1 parent bbd7e02 commit b8f8615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -67,6 +67,10 @@ matrix:
- env: COMMAND=tool/truffle-findbugs.sh
jdk: oraclejdk8
fast_finish: true
allow_failures:
- env: PHASE='-Pjruby-jars,test -Dinvoker.test=extended'
- env: PHASE='-Pmain,test -Dinvoker.test=extended'


branches:
only:
Expand Down

2 comments on commit b8f8615

@kares
Copy link
Member

@kares kares commented on b8f8615 Mar 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jruby-1_7 started getting messy as well :( e.g. https://travis-ci.org/kares/jruby/jobs/54532920#L1543-L1546
... that is TARGET='test-extended' (exactly the same code as on jruby's jruby-1_7 branch) otherwise also failing are TARGET='test-jruby-jars', TARGET='jruby-jars-extended', TARGET='main-extended'

@headius
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think it's something about encoding fixes I made that only breaks on travis in these embedded scenarios. Waiting on a private Travis instance to investigate.

Please sign in to comment.