Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -79,6 +79,7 @@ matrix:
fast_finish: true
allow_failures:
- env: COMMAND=test/truffle/run.sh
- env: PHASE='-Ptruffle-mri-tests'


branches:

3 comments on commit 9dd1d4a

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bjfish how do I add excludes for a failing MRI test?

@eregon
Copy link
Member

@eregon eregon commented on 9dd1d4a Aug 31, 2015

Choose a reason for hiding this comment

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

@chrisseaton Look in test/mri/excludes_truffle, add a line manually with in the file corresponding to the test class and the failing test method.

Sorry, something went wrong.

@bjfish
Copy link
Contributor

@bjfish bjfish commented on 9dd1d4a Aug 31, 2015

Choose a reason for hiding this comment

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

That's right, Thx @eregon . Tests within modules go inside folders. The test class names are the names of the exclude files. To exclude a whole test, you can comment it out in mri_truffle.index

Sorry, something went wrong.

Please sign in to comment.