From ee7e2408d9fdcc9e95fa605313d811955d7c6443 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:50:37 -0600 Subject: [PATCH] Exclude operator test --- .github/workflows/operator-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator-test.yaml b/.github/workflows/operator-test.yaml index ceabbe8b9..0e194086e 100644 --- a/.github/workflows/operator-test.yaml +++ b/.github/workflows/operator-test.yaml @@ -117,4 +117,4 @@ jobs: - name: Run e2e tests working-directory: ./opentelemetry-operator # see https://github.com/open-telemetry/opentelemetry-helm-charts/issues/1180 for flaky test - run: chainsaw test --test-dir ./tests/e2e --exclude-test-regex "chainsaw/multiple-configmaps" + run: chainsaw test --test-dir ./tests/e2e --exclude-test-regex "chainsaw/multiple-configmaps" --exclude-test-regex "chainsaw/smoke-pod-dns-config"