Skip to content

Commit

Permalink
[operator] Skip flaky test (#1179)
Browse files Browse the repository at this point in the history
* Skip test

* update chart to test

* Try exact string

* Skip in other job too

* revert chart change

* Add comment
  • Loading branch information
TylerHelmuth committed May 10, 2024
1 parent 89e420f commit 4845736
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Run e2e tests
working-directory: ./opentelemetry-operator
run: chainsaw test --test-dir ./tests/e2e
# 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"

operator-test-no-certmanager:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -113,4 +114,5 @@ jobs:
- name: Run e2e tests
working-directory: ./opentelemetry-operator
run: chainsaw test --test-dir ./tests/e2e
# 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"

0 comments on commit 4845736

Please sign in to comment.