We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986816d commit a87f490Copy full SHA for a87f490
testing/integration/ess/auditd_monitoring_test.go
@@ -40,7 +40,9 @@ func TestAuditdCorrectBinaries(t *testing.T) {
40
Local: false, // requires Agent installation
41
Sudo: true, // requires Agent installation
42
OS: []define.OS{
43
- {Type: define.Linux},
+ // Skipped on Debian, see https://github.com/elastic/elastic-agent/issues/7813
44
+ {Type: define.Linux, Distro: "ubuntu"},
45
+ {Type: define.Linux, Distro: "rhel"},
46
},
47
})
48
0 commit comments