We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ff951 commit e8ec5dbCopy full SHA for e8ec5db
testing/integration/linux_rpm_test.go
@@ -44,6 +44,8 @@ func TestRpmLogIngestFleetManaged(t *testing.T) {
44
Sudo: true,
45
})
46
47
+ t.Skip("Flaky https://github.com/elastic/elastic-agent/issues/5311")
48
+
49
ctx, cancel := testcontext.WithDeadline(t, context.Background(), time.Now().Add(10*time.Minute))
50
defer cancel()
51
0 commit comments