Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Sep 3, 2024
1 parent 193ab8c commit 8678278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/gatsby-site/playwright/e2e/discover.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ test.describe('The Discover app', () => {
}).toPass();
});

test('Should flag an incident', async ({ page, skipOnEmptyEnvironment }) => {
// TODO: this test needs to be moved to e2e-full folder
test.skip('Should flag an incident', async ({ page, skipOnEmptyEnvironment }) => {

await conditionalIntercept(
page,
Expand Down

0 comments on commit 8678278

Please sign in to comment.