Skip to content

Commit 8fd186c

Browse files
committed
chore(e2e): retries for Kubernetes Actions plugin test
1 parent d0a2296 commit 8fd186c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e-tests/playwright/e2e/plugins/kubernetes-actions/kubernetes-actions.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { KubeClient } from "../../../utils/kube-client";
55
import { UI_HELPER_ELEMENTS } from "../../../support/pageObjects/global-obj";
66

77
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 });
810
let common: Common;
911
let uiHelper: UIhelper;
1012
let page: Page;

0 commit comments

Comments
 (0)