Skip to content

Commit

Permalink
Disable TSAN tests due to what appears to be a sanitizer bug
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616138585
  • Loading branch information
mkruskal-google authored and zhangskz committed Jul 8, 2024
1 parent a0fb465 commit aa32865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- { name: Debug, flags: --config=dbg }
- { name: ASAN, flags: --config=asan, runner: ubuntu-22-large }
- { name: MSAN, flags: --config=docker-msan, runner: ubuntu-22-large }
- { name: TSAN, flags: --config=tsan }
# TODO Disable until TSAN bug is resolved
# - { name: TSAN, flags: --config=tsan }
- { name: UBSAN, flags: --config=ubsan }
- { name: No-RTTI, flags: --cxxopt=-fno-rtti }
include:
Expand Down

0 comments on commit aa32865

Please sign in to comment.