Skip to content

Commit

Permalink
[chore] Parallel test make unrelated test show up as failure on CI (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#35178)

Running `TestCreateWithInvalidInputConfig` in parallel make it show up
as failure when other tests fail, while its failure is unrelated, e.g.:
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10851621842/job/30115793372#step:7:227
  • Loading branch information
pjanotti authored and jriguera committed Oct 4, 2024
1 parent 4c77b09 commit 4845120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions receiver/windowseventlogreceiver/receiver_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ func TestLoadConfig(t *testing.T) {
}

func TestCreateWithInvalidInputConfig(t *testing.T) {
t.Parallel()

cfg := &WindowsLogConfig{
BaseConfig: adapter.BaseConfig{},
InputConfig: func() windows.Config {
Expand Down

0 comments on commit 4845120

Please sign in to comment.