From f17de2ab45e1bb2dc47931a44f1b1f8f4d1ba934 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 16 Jan 2025 08:44:41 -0500 Subject: [PATCH] Add inline context about the new step. --- .github/workflows/reusable-javascript-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/reusable-javascript-tests.yml b/.github/workflows/reusable-javascript-tests.yml index 9d51db2d0ba63..e88f510cdfdf3 100644 --- a/.github/workflows/reusable-javascript-tests.yml +++ b/.github/workflows/reusable-javascript-tests.yml @@ -50,6 +50,9 @@ jobs: - name: Install npm Dependencies run: npm ci + # Older branches using outdated versions of Puppeteer fail on newer versions of the `ubuntu-24` image. + # This disables AppArmor in order to work around those failures. + # # See https://issues.chromium.org/issues/373753919 # and https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md - name: Disable AppArmor