X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a28a7d7ea1e90077792b489dfef09b0fab48f1e..4c4fd1145269e3bc7b743b7550105d7e023a30db:/.github/workflows/test-kitchen.yml 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 }}