Skip to content

Commit

Permalink
[chore] skip test to avoid conflict on read_timeout field (open-telem…
Browse files Browse the repository at this point in the history
…etry#34181)

See open-telemetry/opentelemetry-collector#10275
for context - we need to disable a test so we can merge the change in
core, and bring it here next.
  • Loading branch information
atoulme authored Jul 20, 2024
1 parent 74af245 commit 3b6d872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/webhookeventreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func TestValidateConfig(t *testing.T) {
}

func TestLoadConfig(t *testing.T) {
t.Skip("skip temporarily to avoid a test failure on read_timeout with https://github.com/open-telemetry/opentelemetry-collector/pull/10275")
t.Parallel()

cm, err := confmaptest.LoadConf(filepath.Join("testdata", "config.yaml"))
Expand Down

0 comments on commit 3b6d872

Please sign in to comment.