Skip to content

Commit

Permalink
Remove skip from add worker test case
Browse files Browse the repository at this point in the history
  • Loading branch information
samaradel committed Oct 30, 2024
1 parent a9313c1 commit 288faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid_client/tests/modules/kubernetes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ test("TC1231 - Kubernetes: Deploy a Kubernetes Cluster", async () => {
}
});

test.skip("TC1232 - Kubernetes: Add Worker", async () => {
test("TC1232 - Kubernetes: Add Worker", async () => {
/**********************************************
Test Suite: Grid3_Client_TS (Automated)
Test Cases: TC1232 - Kubernetes: Add Worker
Expand Down

0 comments on commit 288faa0

Please sign in to comment.