Skip to content

Commit cef9caa

Browse files
authored
[chore][exporter/signalfx] Skip flaky TestCorrelationClient (#27076)
See #27059
1 parent 458dc1a commit cef9caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/signalfxexporter/internal/apm/correlations/client_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ func setup(t *testing.T) (CorrelationClient, chan *request, *atomic.Value, *atom
180180
}
181181

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

0 commit comments

Comments
 (0)