Skip to content

Commit 6a8c041

Browse files
committed
test jruby: omit fragile test
1 parent 7495d18 commit 6a8c041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parse/test_element.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def test_linear_performance_attribute_value_gt
133133
end
134134

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

0 commit comments

Comments
 (0)