Description
The Brusselator test group has been disabled from the CI test matrix because it consistently stalls in the self-hosted runner queue for hours, blocking CI completion.
Current State
The test itself passes when it eventually runs (verified on Julia 1, lts, and pre in earlier CI runs on PR #513), but runner scheduling means it often sits pending indefinitely while all other test groups complete.
To Re-enable
Once the self-hosted runner infrastructure has better availability or the test is moved to GitHub-hosted runners, re-enable by uncommenting "Brusselator" in the test matrix in .github/workflows/Tests.yml.
Related
Description
The Brusselator test group has been disabled from the CI test matrix because it consistently stalls in the self-hosted runner queue for hours, blocking CI completion.
Current State
The test itself passes when it eventually runs (verified on Julia 1, lts, and pre in earlier CI runs on PR #513), but runner scheduling means it often sits pending indefinitely while all other test groups complete.
To Re-enable
Once the self-hosted runner infrastructure has better availability or the test is moved to GitHub-hosted runners, re-enable by uncommenting
"Brusselator"in the test matrix in.github/workflows/Tests.yml.Related