Skip to content

Commit

Permalink
pythongh-116886: Temporarily disable CIfuzz (memory)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Mar 19, 2024
1 parent 61c659e commit 47b2dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -514,7 +514,8 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer: [address, undefined, memory]
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
sanitizer: [address, undefined]
steps:
- name: Build fuzzers (${{ matrix.sanitizer }})
id: build
Expand Down

0 comments on commit 47b2dcf

Please sign in to comment.