Skip to content

Commit

Permalink
#29099 skip flaky test for now (#29103)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored Nov 10, 2023
1 parent e0595b0 commit b0353a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/signalfxexporter/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ func TestDefaultSystemCPUTimeExcludedAndTranslated(t *testing.T) {
}

func TestTLSAPIConnection(t *testing.T) {
t.Skip("Flaky test see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/29099")
cfg := createDefaultConfig().(*Config)
converter, err := translation.NewMetricsConverter(
zap.NewNop(),
Expand Down

0 comments on commit b0353a2

Please sign in to comment.