Skip to content

Commit

Permalink
[chore][exporter/signalfx] Skip flaky TestCorrelationClient (#27076)
Browse files Browse the repository at this point in the history
See
#27059
  • Loading branch information
djaglowski authored Sep 22, 2023
1 parent 458dc1a commit cef9caa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func setup(t *testing.T) (CorrelationClient, chan *request, *atomic.Value, *atom
}

func TestCorrelationClient(t *testing.T) {
t.Skip("See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27059")
client, serverCh, forcedRespCode, forcedRespPayload, cancel := setup(t)
defer close(serverCh)
defer cancel()
Expand Down

0 comments on commit cef9caa

Please sign in to comment.