Skip to content

Commit

Permalink
Disable failing tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Dec 3, 2024
1 parent b8d25b3 commit be0f8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: run with thread sanitizer
run: |
export PMIX_MCA_gds=hash
export TSAN_OPTIONS='symbolize=1 symbolize_inline=1 ignore_noninstrumented_modules=1'
export TSAN_OPTIONS='ignore_noninstrumented_modules=1'
export ARCHER_OPTIONS="verbose=1"
export OMP_NUM_THREADS=2
Expand All @@ -159,4 +159,4 @@ jobs:
ulimit -c unlimited
mpirun -n 2 ../../../build_EB/bin/warpx.2d inputs_test_2d_embedded_circle warpx.serialize_initial_conditions = 0
#mpirun -n 2 ../../../build_EB/bin/warpx.2d inputs_test_2d_embedded_circle warpx.serialize_initial_conditions = 0

0 comments on commit be0f8eb

Please sign in to comment.