mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Revert "Temporary pend unknown behavior of parallel tests"
This reverts commit 980f61935f
, which
seems no longer needed.
This commit is contained in:
parent
c99cb62da8
commit
1a527929a5
Notes:
git
2025-06-17 16:47:11 +00:00
1 changed files with 1 additions and 3 deletions
|
@ -127,9 +127,7 @@ module TestParallel
|
|||
|
||||
result = Marshal.load($1.chomp.unpack1("m"))
|
||||
assert_equal(5, result[0])
|
||||
pend "TODO: result[1] returns 17. We should investigate it" do # TODO: misusage of pend (pend doens't use given block)
|
||||
assert_equal(12, result[1])
|
||||
end
|
||||
assert_equal(12, result[1])
|
||||
assert_kind_of(Array,result[2])
|
||||
assert_kind_of(Array,result[3])
|
||||
assert_kind_of(Array,result[4])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue