Skip to content

Commit

Permalink
@fixup Retag MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 8, 2024
1 parent fb1cc06 commit 72b194e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes/TestEnumerator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
exclude :test_initialize_copy, "TypeError expected but nothing was raised."
exclude :test_inspect, "<\"#<Enumerator: 0..10:each_with_object(a: 1)>\"> expected but was <\"#<Enumerator: 0..10:each_with_object({:a=>1})>\">."
exclude :test_lazy_chain, "hangs"
exclude :test_lazy_chain_under_gc_compact_stress, "hangs"
exclude :test_peek_modify, "<[1, 2]> expected but was <[1, 2, 3]>."
exclude :test_peek_values_modify, "<[1, 2]> expected but was <[1, 2, 3]>."
exclude :test_size, "TypeError expected but nothing was raised."
Expand Down

0 comments on commit 72b194e

Please sign in to comment.