Skip to content

Commit a87f490

Browse files
Skip the Auditd integration test on Debian (#10873) (#10877)
(cherry picked from commit 05c9876) Co-authored-by: Mikołaj Świątek <[email protected]>
1 parent 986816d commit a87f490

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/integration/ess/auditd_monitoring_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ func TestAuditdCorrectBinaries(t *testing.T) {
4040
Local: false, // requires Agent installation
4141
Sudo: true, // requires Agent installation
4242
OS: []define.OS{
43-
{Type: define.Linux},
43+
// Skipped on Debian, see https://github.com/elastic/elastic-agent/issues/7813
44+
{Type: define.Linux, Distro: "ubuntu"},
45+
{Type: define.Linux, Distro: "rhel"},
4446
},
4547
})
4648

0 commit comments

Comments
 (0)