-
Notifications
You must be signed in to change notification settings - Fork 195
chore(e2e): skip and fix tests that fail on K8s and Operator #2878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(e2e): skip and fix tests that fail on K8s and Operator #2878
Conversation
Skipping CI for Draft Pull Request. |
/test |
@zdrapela: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test e2e-tests-aks-operator-nightly |
/test e2e-tests-aks-operator-nightly |
The image is available at: |
/test e2e-tests-gke-operator-nightly |
d125ace
to
da9c3e0
Compare
/test e2e-tests-aks-operator-nightly |
The image is available at: |
/test e2e-tests-aks-operator-nightly |
/test e2e-tests-gke-operator-nightly |
da9c3e0
to
fbcaf56
Compare
The image is available at: |
/test e2e-tests-aks-operator-nightly |
/test e2e-tests-aks-helm-nightly |
075de0a
to
babbdeb
Compare
/test e2e-tests-aks-helm-nightly |
/test e2e-tests-aks-operator-nightly |
The image is available at: |
The image is available at: |
/test e2e-tests-aks-helm-nightly |
1d7ad9f
to
3823682
Compare
/test e2e-tests-aks-helm-nightly |
7e2b206
to
b1dff85
Compare
The image is available at: |
/test e2e-tests-aks-helm-nightly |
/test e2e-tests-aks-operator-nightly |
This reverts commit 246ed59.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gustavolira The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
349bbe8
into
redhat-developer:main
…developer#2878) * chore(e2e): skip and fix tests that fail on K8s and Operator * Try to fix RBAC deployment * Add configuration for K8s plugin on K8s * Update aks-operator-deployment.sh * Update kubernetes-rbac.spec.ts * Revert "Add configuration for K8s plugin on K8s" This reverts commit babbdeb. * Align extraEnvVars with OCP * Revert "Update kubernetes-rbac.spec.ts" This reverts commit 26a07d6. * Add Envs for operator tests * Replace flaky count toBe(1) * Refactor global floating button for resilience * Fix * Attempts to install Operator on AKS * Update operator.sh * Update operator.sh * Add sleep between retires * Update auditor-rbac.spec.ts * Revert "Update auditor-rbac.spec.ts" This reverts commit 246ed59.
Description
Fix Test Kubernetes RBAC Plugin.
Skip tests that are failing on K8s clusters and one on Operator.
Use
test.fixme
, as it is preferred overtest.skip
for tests that need to be skipped because they are failing under some circumstances. See https://playwright.dev/docs/api/class-test#test-fixmeWhich issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer