From: Tom Hughes Date: Wed, 29 Jun 2022 12:27:57 +0000 (+0100) Subject: Drop apparmor hack from test-kitchen action X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/4c4fd1145269e3bc7b743b7550105d7e023a30db Drop apparmor hack from test-kitchen action --- 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 }}