Skip to content

Commit

Permalink
test jruby: omit fragile test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2024
1 parent 7495d18 commit 6a8c041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parse/test_element.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_linear_performance_attribute_value_gt
end

def test_linear_performance_deep_same_name_attributes
omit("This is fragile on JRuby") if RUBY_ENGINE == "jruby"
seq = [100, 500, 1000, 1500, 2000]
assert_linear_performance(seq, rehearsal: 10) do |n|
xml = <<-XML
Expand Down

0 comments on commit 6a8c041

Please sign in to comment.