Skip to content

Commit

Permalink
Disable TestRollingUpdatesWhenConsumeTraces, TestRollingUpdatesWhenCo…
Browse files Browse the repository at this point in the history
…nsumeLogs and TestPeriodicallyResolveFailure (open-telemetry#13358)
  • Loading branch information
bogdandrutu authored Aug 15, 2022
1 parent 42f8d4d commit 090af80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/loadbalancingexporter/log_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ func TestLogsWithoutTraceID(t *testing.T) {
}

func TestRollingUpdatesWhenConsumeLogs(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/13331")

// this test is based on the discussion in the following issue for this exporter:
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1690
// prepare
Expand Down
2 changes: 2 additions & 0 deletions exporter/loadbalancingexporter/resolver_dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ func TestPeriodicallyResolve(t *testing.T) {
}

func TestPeriodicallyResolveFailure(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/13331")

// prepare
res, err := newDNSResolver(zap.NewNop(), "service-1", "")
require.NoError(t, err)
Expand Down
2 changes: 2 additions & 0 deletions exporter/loadbalancingexporter/trace_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ func TestNoTracesInBatch(t *testing.T) {
}

func TestRollingUpdatesWhenConsumeTraces(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/13331")

// this test is based on the discussion in the following issue for this exporter:
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/1690
// prepare
Expand Down

0 comments on commit 090af80

Please sign in to comment.