From e6f67376d0da046a16d99d046568931316b9bd6b Mon Sep 17 00:00:00 2001 From: pducolin <45568537+pducolin@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:56:25 +0200 Subject: [PATCH] [usm] mark TestDecoding as flaky (#27362) --- pkg/network/usm/postgres_monitor_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/network/usm/postgres_monitor_test.go b/pkg/network/usm/postgres_monitor_test.go index 9b8242361d45d..e8b5f76e88525 100644 --- a/pkg/network/usm/postgres_monitor_test.go +++ b/pkg/network/usm/postgres_monitor_test.go @@ -30,6 +30,7 @@ import ( protocolsUtils "github.com/DataDog/datadog-agent/pkg/network/protocols/testutil" gotlstestutil "github.com/DataDog/datadog-agent/pkg/network/protocols/tls/gotls/testutil" "github.com/DataDog/datadog-agent/pkg/network/usm/utils" + "github.com/DataDog/datadog-agent/pkg/util/testutil/flake" ) const ( @@ -112,6 +113,8 @@ func (s *postgresProtocolParsingSuite) TestLoadPostgresBinary() { func (s *postgresProtocolParsingSuite) TestDecoding() { t := s.T() + // USMON-1080 + flake.Mark(t) tests := []struct { name string