We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a2296 commit 8fd186cCopy full SHA for 8fd186c
e2e-tests/playwright/e2e/plugins/kubernetes-actions/kubernetes-actions.spec.ts
@@ -5,6 +5,8 @@ import { KubeClient } from "../../../utils/kube-client";
5
import { UI_HELPER_ELEMENTS } from "../../../support/pageObjects/global-obj";
6
7
test.describe("Test Kubernetes Actions plugin", () => {
8
+ // TODO: Remove after https://issues.redhat.com/browse/RHDHBUGS-1912 is fixed
9
+ test.describe.configure({ retries: 5 });
10
let common: Common;
11
let uiHelper: UIhelper;
12
let page: Page;
0 commit comments