Skip to content

Commit

Permalink
Unskip k8s test
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaharmash committed Dec 12, 2024
1 parent ff45ff9 commit a725657
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ test.beforeEach(async ({ page }) => {
await page.goto(`${process.env.KIBANA_BASE_URL}/app/observabilityOnboarding`);
});

/**
* Skipping until the CI infrastructure is ready to
* run k8s tests.
*/
test.skip('Kubernetes EA', async ({
test('Kubernetes EA', async ({
page,
onboardingHomePage,
kubernetesEAFlowPage,
Expand Down

0 comments on commit a725657

Please sign in to comment.