Skip to content

Commit

Permalink
Exclude again TestRefinement#test_refined_class because Module#refine…
Browse files Browse the repository at this point in the history
…ments doesn't return refinements in order of declaration
  • Loading branch information
andrykonchin committed Apr 29, 2024
1 parent f3ea141 commit dc9ac5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes/TestRefinement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
exclude :test_refine_with_proc, "ArgumentError expected but nothing was raised."
exclude :test_unbound_refine_method, "TypeError expected but nothing was raised."
exclude :test_used_modules, "<[TestRefinement::VisibleRefinements::RefB,"
exclude :test_refinements, "TruffleRuby does not guarantee refinement list ordering"
exclude :test_warn_setconst_in_refinmenet, "[ruby-core:64143] [Bug #10103]"
exclude :test_refine_in_using, "NoMethodError: undefined method `foo' for #<TestRefinement::RefineInUsing:0xd88>"
exclude :test_refined_protected_methods, "NoMethodError: protected method `foo' called for #<C:0x2c8>"

0 comments on commit dc9ac5a

Please sign in to comment.