diff options
Diffstat (limited to 'test/.excludes/TestThread.rb')
| -rw-r--r-- | test/.excludes/TestThread.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.excludes/TestThread.rb b/test/.excludes/TestThread.rb index f26ea420a6..63f193e484 100644 --- a/test/.excludes/TestThread.rb +++ b/test/.excludes/TestThread.rb @@ -15,4 +15,6 @@ end if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # to avoid "`failed to allocate memory (NoMemoryError)" error exclude(:test_thread_interrupt_for_killed_thread, 'TODO') + # timeout only on mswin, not mingw + exclude(:test_thread_join_during_finalizers, 'Timeout') end |
