Skip to content

Commit

Permalink
open-telemetry#29099 skip flaky test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Nov 10, 2023
1 parent e0595b0 commit f846797
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 f846797

Please sign in to comment.