File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ jobs:
5252 run : |
5353 sudo apt-get update && \
5454 sudo apt-get install -y \
55- apparmor-utils \
5655 ldap-utils \
5756 slapd
5857
59- sudo aa-complain `which slapd`
58+ sudo service apparmor stop
6059
6160 - name : RUN TESTS
6261 if : inputs.plugin != 'rabbitmq_cli'
Original file line number Diff line number Diff line change @@ -95,11 +95,10 @@ jobs:
9595 run : |
9696 sudo apt-get update && \
9797 sudo apt-get install -y \
98- apparmor-utils \
9998 ldap-utils \
10099 slapd
101100
102- sudo aa-complain `which slapd`
101+ sudo service apparmor stop
103102
104103 cat << EOF >> user.bazelrc
105104 build --strategy=TestRunner=local
Original file line number Diff line number Diff line change @@ -95,11 +95,10 @@ jobs:
9595 run : |
9696 sudo apt-get update && \
9797 sudo apt-get install -y \
98- apparmor-utils \
9998 ldap-utils \
10099 slapd
101100
102- sudo aa-complain `which slapd`
101+ sudo service apparmor stop
103102
104103 cat << EOF >> user.bazelrc
105104 build --strategy=TestRunner=local
You can’t perform that action at this time.
0 commit comments