Skip to content

Commit

Permalink
✅ chore: remove the skip test for cluster creation
Browse files Browse the repository at this point in the history
  • Loading branch information
futjesus committed Dec 16, 2024
1 parent 0a69dc6 commit afb59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/create/physical-cluster.civo.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Test to validate physical cluster creation", () => {
cy.login(username, password);
});

it.skip("should create a physical cluster", () => {
it("should create a physical cluster", () => {
cy.visit("/");

cy.goClusters();
Expand Down

0 comments on commit afb59d6

Please sign in to comment.