From 1ce8743841f998bddc3bf181de15426c7d429cea Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 18 Feb 2026 18:01:31 -0800 Subject: [PATCH] Revert "Temporarily disable containerd snapshotter" This reverts commit 5ba88c69bba7dfa0941000a0a0fdea0ff9d58ff5. --- .github/workflows/run-system-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 63801afd2b3..b89c3891439 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -18,10 +18,6 @@ jobs: - version: 21 toolchain: true steps: - - name: Setup Docker and Disable containerd-snapshotter) - uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0 - with: - daemon-config: '{"features":{"containerd-snapshotter":false}}' - name: Check Out Code uses: actions/checkout@v6 - name: Prepare Gradle Build