Skip to content

Commit

Permalink
pythongh-116886: Temporarily disable CIfuzz (memory) (python#117018)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv authored and vstinner committed Mar 20, 2024
1 parent 6f0a799 commit 682ea4e
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 682ea4e

Please sign in to comment.