Skip to content

Commit

Permalink
disable msan and tsan tests due to kernel memory randomization issue.…
Browse files Browse the repository at this point in the history
… This seems to be in the underlying container and not something easily resolved at the moment
  • Loading branch information
phlptp committed Dec 13, 2024
1 parent 05140e0 commit c7720d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ workflows:
version: 2
units_test:
jobs:
- unitsMSan
# - unitsMSan
- unitsASan
- unitsTSan
# - unitsTSan
- unitsInstall
- unitsInstall-alt
- unitsFuzz

0 comments on commit c7720d1

Please sign in to comment.