Skip to content

Commit e91a6fc

Browse files
bacherflAkhigbeEromo
authored andcommitted
[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 Fixes open-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]>
1 parent e677677 commit e91a6fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

processor/k8sattributesprocessor/e2e_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,8 @@ func TestE2E_NamespacedRBACNoPodIP(t *testing.T) {
10991099
// make docker-otelcontribcol
11001100
// KUBECONFIG=/tmp/kube-config-otelcol-e2e-testing kind load docker-image otelcontribcol:latest
11011101
func TestE2E_ClusterRBACCollectorStartAfterTelemetryGen(t *testing.T) {
1102+
// 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")
11021104
testDir := filepath.Join("testdata", "e2e", "clusterrbac")
11031105

11041106
k8sClient, err := k8stest.NewK8sClient(testKubeConfig)

0 commit comments

Comments
 (0)