Skip to content

Commit

Permalink
internal/telemetry: skip TestProductChange/profiler_start,_tracer_start
Browse files Browse the repository at this point in the history
This test case is has been flaky for a long time. Per our policy, skip
it until we find a way to fix it.

For #2688
  • Loading branch information
nsrip-dd committed Sep 25, 2024
1 parent ac73f9b commit caf1e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/telemetry/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func TestProductChange(t *testing.T) {
GlobalClient.ProductChange(NamespaceProfilers, true, []Configuration{{Name: "key", Value: "value"}})
},
},
/* This case is flaky (see #2688)
{
name: "profiler start, tracer start",
wantedMessages: []RequestType{RequestTypeAppStarted, RequestTypeDependenciesLoaded, RequestTypeAppClientConfigurationChange},
Expand All @@ -120,6 +121,7 @@ func TestProductChange(t *testing.T) {
GlobalClient.ProductChange(NamespaceTracers, true, []Configuration{{Name: "key", Value: "value"}})
},
},
*/
}

for _, test := range tests {
Expand Down

0 comments on commit caf1e25

Please sign in to comment.