fix(e2e): topology-rbac and kubernetes-rbac tests in k8s jobs#4656
fix(e2e): topology-rbac and kubernetes-rbac tests in k8s jobs#4656sanketpathak wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
Code Review by Qodo
1. test.fixme disabled in kubernetes-rbac
|
|
/test e2e-eks-helm-nightly |
Review Summary by QodoRe-enable kubernetes-rbac and topology-rbac E2E tests
WalkthroughsDescription• Uncomment kubernetes-rbac and topology-rbac E2E tests • Remove test.fixme() skip conditions for non-OpenShift environments • Re-enable previously disabled tests in K8s job pipelines Diagramflowchart LR
A["E2E Tests<br/>Disabled"] -- "Uncomment fixme<br/>conditions" --> B["E2E Tests<br/>Re-enabled"]
C["RHDHBUGS-2817<br/>Issue"] -- "Fix applied" --> B
File Changes1. e2e-tests/playwright/e2e/plugins/kubernetes/kubernetes-rbac.spec.ts
|
b9f2d56 to
bce3f73
Compare
|
/test e2e-aks-helm-nightly |
|
|
@sanketpathak: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |



Description
Please explain the changes you made here.
Fixing E2E Failures on K8s jobs in topology-rbac and kubernetes-rbac tests
Which issue(s) does this PR fix
https://redhat.atlassian.net/browse/RHDHBUGS-2817
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer