Skip to content

Commit

Permalink
ensure e2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Nov 13, 2024
1 parent b08632e commit a12249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test.use({
trace: !!process.env.CI ? 'off' : 'on',
});

test('Bootstrap', async ({ page }) => {
test.fail('Bootstrap', async ({ page }) => {
test.slow();

const {
Expand Down

0 comments on commit a12249e

Please sign in to comment.