Skip to content

Commit

Permalink
skip profiles e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqixu committed Nov 12, 2024
1 parent 03efa5a commit a0e57a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions processor/k8sattributesprocessor/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,12 @@ func scanLogsForAttributes(t *testing.T, ls *consumertest.LogsSink, expectedServ

func scanProfilesForAttributes(t *testing.T, ps *consumertest.ProfilesSink, expectedService string,
kvs map[string]*expectedValue) {

// `telemetrygen` doesn't support profiles
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/36127
// TODO: Remove `t.Skip()` once #36127 is resolved
t.Skip("Skip profiles test")

// Iterate over the received set of profiles starting from the most recent entries due to a bug in the processor:
// https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/18892
// TODO: Remove the reverse loop once it's fixed. All the metrics should be properly annotated.
Expand Down

0 comments on commit a0e57a0

Please sign in to comment.