Skip to content

Commit

Permalink
Temporarily disable test which hangs on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 7, 2024
1 parent 35bacc1 commit 0b9ced6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
geant4-config --version
mkdir test_rel && cd test_rel
sb --init dgcode_val
sb -t --testexcerpts=100
#FIXME: Disabling sb_scanutilstests_testskeleton' since job hangs on macos:
sb -t --testexcerpts=100 --testfilter='!sb_scanutilstests_testskeleton'
sbenv sb_core_extdeps --require ZLib NCrystal Numpy matplotlib Geant4
- name: Build-and-test-debug-mode
Expand All @@ -112,7 +113,8 @@ jobs:
geant4-config --version
mkdir test_dbg && cd test_dbg
sb --init dgcode_val DEBUG COMPACT
sb -t --testexcerpts=100
#FIXME: Disabling sb_scanutilstests_testskeleton' since job hangs on macos:
sb -t --testexcerpts=100 --testfilter='!sb_scanutilstests_testskeleton'
sbenv sb_core_extdeps --require ZLib NCrystal Numpy matplotlib Geant4
- name: Setup tmate session for manual debugging
Expand Down

0 comments on commit 0b9ced6

Please sign in to comment.