diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e236534ae3770..205ba7357abbcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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