diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-14 05:30:53 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-14 05:30:53 +0900 |
| commit | 0159a98bc18641b3aa644e50b3d1081b1e447cf1 (patch) | |
| tree | d890c483a8a2b76bcdc9003970011923d1b0834c /tool | |
| parent | b423204cb3851d1ad22d76578f7b516f1543c0dc (diff) | |
[Feature #20925] Skip infinite loop test
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/rbs_skip_tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 2813315373..4a5307a03e 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -93,3 +93,6 @@ test_relative_path_from(PathnameInstanceTest) test_slash(PathnameInstanceTest) test_Pathname(PathnameKernelTest) test_initialize(PathnameSingletonTest) + +# [Feature #20925] `size` of Enumerator created by `produce` returns `nil` instead of `Float::INFINITY`, unless `size:` is specified. +test_produce(EnumeratorSingletonTest) |
