diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index c5829bf6..1bfa8c37 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -45,6 +45,12 @@ jobs: with: go-version-file: go.mod + # Causes errors with integration tests + - name: Disable containerd snapshotter + run: | + echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json + sudo systemctl restart docker + - name: Run Integration Tests env: TMPDIR: "${{ runner.temp }}"