Commit 916375e
committed
Skip threaded cache test on Windows
The test_get_or_create test uses Thread.join which can hang on Windows,
causing CI tests to run indefinitely.
This test creates 30 threads to test concurrent cache access. On Windows
with certain Ruby versions (observed with 3.3.10), Thread.join appears
to hang or take an extremely long time.
Skip this test on Windows platforms (mingw, mswin, cygwin) to prevent
CI timeouts.1 parent 0711fb6 commit 916375e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments