From 9d8addc5504b54ae252bd24911fc795a6ea11488 Mon Sep 17 00:00:00 2001 From: Sahilb315 Date: Thu, 15 Jan 2026 19:03:54 +0530 Subject: [PATCH] skip sandbox e2e for linux --- .github/workflows/pmg-e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pmg-e2e.yml b/.github/workflows/pmg-e2e.yml index 4279b5f..99dfbe6 100644 --- a/.github/workflows/pmg-e2e.yml +++ b/.github/workflows/pmg-e2e.yml @@ -447,6 +447,10 @@ jobs: sandbox-e2e-linux: name: Sandbox E2E - Linux (Bubblewrap) runs-on: ubuntu-latest + # Bubblewrap relies on Linux user namespaces and related kernel capabilities. + # These are restricted on GitHub-hosted runners, so bwrap cannot function + # without a self-hosted runner with the required privileges enabled. + if: false timeout-minutes: 10 defaults: run: