Skip to content

Commit

Permalink
[exporter/loadbalancing] Skip flaky TestRollingUpdatesWhenConsumeLogs (
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Aug 12, 2022
1 parent 73b3ae5 commit 4ac2eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/loadbalancingexporter/log_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ func TestLogsWithoutTraceID(t *testing.T) {
}

func TestRollingUpdatesWhenConsumeLogs(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/11116")
// 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 4ac2eb5

Please sign in to comment.