diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-31 02:24:21 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-12-31 02:24:21 +0900 |
| commit | d40e056cc8cb5c21fb3f7c25bf9463548dd14873 (patch) | |
| tree | de9368c3936311b0a7da1f2d22e7ef382b08d118 /tool | |
| parent | 3086d58263b36d364a1187cd7678e6020806e6f3 (diff) | |
Skip the hang-up test on Windows
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/test/testunit/test_assertion.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/test/testunit/test_assertion.rb b/tool/test/testunit/test_assertion.rb index b0c2267b31..7b1f28a869 100644 --- a/tool/test/testunit/test_assertion.rb +++ b/tool/test/testunit/test_assertion.rb @@ -8,6 +8,8 @@ class TestAssertion < Test::Unit::TestCase end def test_timeout_separately + pend "hang-up" if /mswin|mingw/ =~ RUBY_PLATFORM + assert_raise(Timeout::Error) do assert_separately([], <<~"end;", timeout: 0.1) sleep |
