diff options
author | Soutaro Matsumoto <[email protected]> | 2024-08-21 13:05:47 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-08-21 13:55:09 +0900 |
commit | ea828c0bf0233c36384bb8c6d1ea8ed79d7b3884 (patch) | |
tree | 230693d4a223ca90734d8e8c050bca63ae646c61 | |
parent | 592b90328a531b3ea5fe73a72323f36be6f77e6b (diff) |
Skip failing tempfile library tests
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11417
-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 4551e276db..786e049136 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -60,3 +60,6 @@ NetInstanceTest depending on external resources TestHTTPRequest depending on external resources TestSingletonNetHTTPResponse depending on external resources TestInstanceNetHTTPResponse depending on external resources + +test_initialize(TempfileRemoverSingletonTest) Remover class is removed at https://github.com/ruby/tempfile/commit/753ab16642fdc3cf92e1cf3dd1d80e8f75128735 +test_call(TempfileRemoverTest) Remover class is removed at https://github.com/ruby/tempfile/commit/753ab16642fdc3cf92e1cf3dd1d80e8f75128735 |