Skip to content

Commit

Permalink
Exclude operator test
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Aug 2, 2024
1 parent e119136 commit ee7e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ee7e240

Please sign in to comment.