Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude some test on main-extended
Browse files Browse the repository at this point in the history
mkristian committed Apr 11, 2016
1 parent de344ca commit e16e536
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ private void collectTests(ScriptingContainer container, String index) throws Exc
" next if filename =~ /externals\\/ruby1.9\\/ruby\\/test_io/\n" +
" next if filename =~ /externals\\/ruby1.9\\/ruby\\/test_econv/\n" +
" next if filename =~ /externals\\/ruby1.9\\/test_open3/\n" +
" next if filename =~ /externals\\/ruby1.9\\/ruby/test_argf/\n" +
// TODO file an issue or so
" next if filename =~ /test_load_compiled_ruby.rb/\n" +
// TODO remove the following after fix of #2215

0 comments on commit e16e536

Please sign in to comment.