CI: Disable Valgrind test for now

This test has consistently failed for months as it takes too long.

While it should be looked into its not helpful to show CI as always failing either.

(cherry picked from commit 8daa975ab3)
This commit is contained in:
Patrick
2022-12-04 19:15:47 -06:00
committed by Simon McVittie
parent 7975b9367e
commit fd4f182bda

View File

@@ -214,6 +214,7 @@ jobs:
name: Run tests in valgrind
needs: check # Don't run expensive test if main check fails
runs-on: ubuntu-20.04 # Might as well test with a different one too
if: ${{ false }} # Currently Valgrind takes too long and always fails
steps:
- name: Install Dependencies
run: |