Skip to content

Exclude QA tests from All group for downstream testing compatibility#360

Merged
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:exclude-qa-from-all-group
Jan 15, 2026
Merged

Exclude QA tests from All group for downstream testing compatibility#360
ChrisRackauckas merged 1 commit intoSciML:masterfrom
ChrisRackauckas-Claude:exclude-qa-from-all-group

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Modified test/runtests.jl to only run QA tests when GROUP="QA" (not when GROUP="All")

Aqua tests do not work properly in downstream testing scenarios, so QA tests should only run when explicitly requested.

Note: CI already has the exclude for QA on pre version.

Test plan

  • Verify CI passes for Interface, Integrators, Regression groups
  • Verify QA tests run correctly on Julia 1 and lts versions

🤖 Generated with Claude Code

Aqua tests do not work properly in downstream testing scenarios, so QA
tests should only run when explicitly requested with GROUP="QA".

Changes:
- Modified test/runtests.jl to only run QA tests when GROUP="QA" (not "All")

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 3b0d46e into SciML:master Jan 15, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants