Skip to content

Commit

Permalink
Include #test_visibility to mri test target (#4912)
Browse files Browse the repository at this point in the history
Currently `#test_visibility` does not fail in compile phase.
So I think we can add it to test targets.
yui-knk authored and kares committed Dec 29, 2017
1 parent 556d339 commit 37904ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mri/excludes/TestMethod.rb
Original file line number Diff line number Diff line change
@@ -14,4 +14,3 @@
exclude :test_splat_long_array, "passes locally but fails on travis OOME"
exclude :test_super_method_removed, "finds super method when super method has been undef (#2155)"
exclude :test_to_proc_binding, "NullPointerException in parser"
exclude :test_visibility, "fails in compiler"

0 comments on commit 37904ac

Please sign in to comment.