Skip to content

Commit a0be446

Browse files
authored
[kmt] mark TestBasic as flaky (#29350)
1 parent 3f19d99 commit a0be446

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/collector/corechecks/servicediscovery/module/impl_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import (
5353
usmtestutil "github.com/DataDog/datadog-agent/pkg/network/usm/testutil"
5454
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
5555
"github.com/DataDog/datadog-agent/pkg/util/kernel"
56+
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
5657
)
5758

5859
func setupDiscoveryModule(t *testing.T) string {
@@ -184,6 +185,7 @@ func startProcessWithFile(t *testing.T, f *os.File) *exec.Cmd {
184185

185186
// Check that we get (only) listening processes for all expected protocols.
186187
func TestBasic(t *testing.T) {
188+
flake.Mark(t)
187189
url := setupDiscoveryModule(t)
188190

189191
var expectedPIDs []int

0 commit comments

Comments
 (0)