File tree Expand file tree Collapse file tree
e2e-tests/playwright/e2e/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ import { KUBERNETES_COMPONENTS } from "../../../support/page-objects/page-obj";
66import { KubernetesPage } from "../../../support/pages/kubernetes" ;
77
88test . describe ( "Test Kubernetes Plugin" , ( ) => {
9- // TODO: https://issues.redhat.com/browse/RHDHBUGS-2817
10- test . fixme ( ( ) => process . env . IS_OPENSHIFT === "false" ) ;
9+ // test.fixme(() => process.env.IS_OPENSHIFT === "false");
1110
1211 let common : Common ;
1312 let uiHelper : UIhelper ;
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import { Catalog } from "../../../support/pages/catalog";
55import { Topology } from "../../../support/pages/topology" ;
66
77test . describe ( "Test Topology Plugin with RBAC" , ( ) => {
8- // TODO: https://issues.redhat.com/browse/RHDHBUGS-2817
9- test . fixme ( ( ) => process . env . IS_OPENSHIFT === "false" ) ;
8+ // test.fixme(() => process.env.IS_OPENSHIFT === "false");
109
1110 let common : Common ;
1211 let uiHelper : UIhelper ;
You can’t perform that action at this time.
0 commit comments