Commit 6db87b9
Disable RuntimeAsync in CI to work around .NET 10 test host hang
xUnit v3 test host hangs intermittently on .NET 10 when RuntimeAsync is
enabled (the default). The hang occurs after all tests have passed, with
the test host process stalling indefinitely. Setting DOTNET_RuntimeAsync=0
reliably prevents the hang.
This is a temporary workaround pending a fix in the .NET runtime.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 289e6b6 commit 6db87b9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments