Revert "Temporary pend unknown behavior of parallel tests"

This reverts commit 980f61935f, which
seems no longer needed.
This commit is contained in:
Nobuyoshi Nakada 2025-06-17 22:21:26 +09:00 committed by Nobuyoshi Nakada
parent c99cb62da8
commit 1a527929a5
Notes: git 2025-06-17 16:47:11 +00:00

View file

@ -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])