Skip to content

Commit 288faa0

Browse files
committed
Remove skip from add worker test case
1 parent a9313c1 commit 288faa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grid_client/tests/modules/kubernetes.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ test("TC1231 - Kubernetes: Deploy a Kubernetes Cluster", async () => {
287287
}
288288
});
289289

290-
test.skip("TC1232 - Kubernetes: Add Worker", async () => {
290+
test("TC1232 - Kubernetes: Add Worker", async () => {
291291
/**********************************************
292292
Test Suite: Grid3_Client_TS (Automated)
293293
Test Cases: TC1232 - Kubernetes: Add Worker

0 commit comments

Comments
 (0)