Skip to content

Commit f83a5ff

Browse files
committed
Exclude CRuby test which expects Struct.new(:a, {}) to work
1 parent 779bcea commit f83a5ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/mri/excludes/TestStruct/SubStruct.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
exclude :test_inspect, "needs investigation"
33
exclude :test_nonascii, "needs investigation"
44
exclude :test_redefinition_warning, "needs investigation"
5+
exclude :test_struct_new_with_empty_hash, "needs investigation"

test/mri/excludes/TestStruct/TopStruct.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
exclude :test_inspect, "needs investigation"
33
exclude :test_nonascii, "needs investigation"
44
exclude :test_redefinition_warning, "needs investigation"
5+
exclude :test_struct_new_with_empty_hash, "needs investigation"

0 commit comments

Comments
 (0)