Skip to content

Commit

Permalink
skip uds integrations tests (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
zandrewitte authored Apr 20, 2021
1 parent 90aecca commit 87654a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/dogstatsd/origin_detection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
)

func TestUDSOriginDetection(t *testing.T) {
// [STS] We're not using UDS right now and we're getting flakiness in testing
t.Skip()
config.SetupLogger(
"debug",
"",
Expand Down

0 comments on commit 87654a4

Please sign in to comment.