You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore] Skip flaky test TestE2E_ClusterRBACCollectorStartAfterTelemetryGen (open-telemetry#37131)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
The affected test was added to verify the solution implemented for
open-telemetry#37056. However, this seems to not have been fully solved yet.
Therefore, to avoid flaky test runs, this test is skipped for now, until
the issue is fully resolved
<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixesopen-telemetry#37125
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Disabled the flaky test until open-telemetry#37056 is fully solved
---------
Signed-off-by: Florian Bacher <[email protected]>
// TODO: Re-enable this test when the issue being tested here is fully solved: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37056
1103
+
t.Skip("Skipping test as https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37056 is not fully solved yet")
0 commit comments