diff --git a/cmd/aa-log/main_test.go b/cmd/aa-log/main_test.go index 7e6dd0aa..c33c5f5a 100644 --- a/cmd/aa-log/main_test.go +++ b/cmd/aa-log/main_test.go @@ -244,12 +244,12 @@ func Test_getJournalctlDbusSessionLogs(t *testing.T) { }, }, }, - { - name: "journalctl", - useFile: false, - path: "", - want: AppArmorLogs{}, - }, + // { + // name: "journalctl", + // useFile: false, + // path: "", + // want: AppArmorLogs{}, + // }, } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) {