Skip to content

Commit

Permalink
Remove unused unit test
Browse files Browse the repository at this point in the history
Change-Id: I2e1eafe7fb9f51f7be072c6bb504f2296289ab1a
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar authored and k8s-ci-robot committed Dec 3, 2024
1 parent 882beba commit bad2150
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions internal/pkg/cli/converter/converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ spec:
`,
outputContains: `deny /dev/null wl`,
},
{
name: "AppArmor Policy",
input: `
apiVersion: security-profiles-operator.x-k8s.io/v1alpha1
kind: AppArmorProfile
spec:
policy: |
#include <tunables/global>
profile test-profile flags=(attach_disconnected) {
#include <abstractions/base>
deny /** w,
}
`,
outputContains: `deny /** w,`,
},
{
name: "seccomp",
input: `
Expand Down

0 comments on commit bad2150

Please sign in to comment.