Skip to content

Commit ae6f8b9

Browse files
committed
Revert "Temporary pend unknown behavior of parallel tests"
This reverts commit 980f619, which seems no longer needed.
1 parent 0933400 commit ae6f8b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tool/test/testunit/test_parallel.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ def test_done
127127

128128
result = Marshal.load($1.chomp.unpack1("m"))
129129
assert_equal(5, result[0])
130-
pend "TODO: result[1] returns 17. We should investigate it" do # TODO: misusage of pend (pend doens't use given block)
131-
assert_equal(12, result[1])
132-
end
130+
assert_equal(12, result[1])
133131
assert_kind_of(Array,result[2])
134132
assert_kind_of(Array,result[3])
135133
assert_kind_of(Array,result[4])

0 commit comments

Comments
 (0)