Skip to content

Commit 0159a98

Browse files
committed
[Feature #20925] Skip infinite loop test
1 parent b423204 commit 0159a98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tool/rbs_skip_tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ test_relative_path_from(PathnameInstanceTest)
9393
test_slash(PathnameInstanceTest)
9494
test_Pathname(PathnameKernelTest)
9595
test_initialize(PathnameSingletonTest)
96+
97+
# [Feature #20925] `size` of Enumerator created by `produce` returns `nil` instead of `Float::INFINITY`, unless `size:` is specified.
98+
test_produce(EnumeratorSingletonTest)

0 commit comments

Comments
 (0)