From 4c4fd1145269e3bc7b743b7550105d7e023a30db Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Jun 2022 13:27:57 +0100 Subject: [PATCH] Drop apparmor hack from test-kitchen action --- .github/workflows/test-kitchen.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index d70978074..55c525f64 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -114,9 +114,5 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Disable apparmor for mysqld - run: | - sudo apt-get install apparmor-utils - sudo aa-disable /usr/sbin/mysqld - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }} run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }} -- 2.39.5