Skip to content

Commit

Permalink
Disable mpi.multi_domain.pseudo_solid_collapsible_tube in self-tests …
Browse files Browse the repository at this point in the history
…to avoid testing of HYPRE when MPI is enabled.
  • Loading branch information
puneetmatharu committed Aug 3, 2024
1 parent e86df5c commit ae93a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self-tests-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Run demo driver self-tests
id: demo_drivers
run: ctest --preset ci --test-dir demo_drivers/build -j $(sysctl -n hw.logicalcpu)
run: ctest --preset ci --test-dir demo_drivers/build -j $(sysctl -n hw.logicalcpu) -E mpi.multi_domain.pseudo_solid_collapsible_tube
continue-on-error: true

# -------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-tests-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Run demo driver self-tests
id: demo_drivers
run: ctest --preset ci --test-dir demo_drivers/build -j $(nproc)
run: ctest --preset ci --test-dir demo_drivers/build -j $(nproc) -E mpi.multi_domain.pseudo_solid_collapsible_tube
continue-on-error: true

# -------------------
Expand Down

0 comments on commit ae93a0a

Please sign in to comment.