Skip to content

Commit

Permalink
[usm] mark TestDecoding as flaky (#27362)
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin authored Jul 10, 2024
1 parent f9da5e3 commit e6f6737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/network/usm/postgres_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -112,6 +113,8 @@ func (s *postgresProtocolParsingSuite) TestLoadPostgresBinary() {

func (s *postgresProtocolParsingSuite) TestDecoding() {
t := s.T()
// USMON-1080
flake.Mark(t)

tests := []struct {
name string
Expand Down

0 comments on commit e6f6737

Please sign in to comment.