From b9c95abf71fa4386d3ebdc2a3cd4ba43c0dd6bee Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 16 Jan 2025 20:48:57 +0000 Subject: [PATCH] Build/Test Tools: Disable AppArmor for JavaScript testing. This makes use of the new input added in [59635] that fixes tests on `ubuntu-24` in the 4.1 branch. Props swissspidy, mukesh27. See #62808. git-svn-id: https://develop.svn.wordpress.org/branches/4.1@59655 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/javascript-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 76040d9f51..719e4ffca9 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -50,6 +50,8 @@ jobs: permissions: contents: read if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} + with: + disable-apparmor: true slack-notifications: name: Slack Notifications