]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Drop apparmor hack from test-kitchen action
[chef.git] / .github / workflows / test-kitchen.yml
index d70978074c55f5e00bb9f80d87ff8ce859f6f3ce..55c525f64d21e7ddbea90e252a780eb1b46add00 100644 (file)
@@ -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 }}