mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
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:
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user