Skip to content

Commit 539d430

Browse files
committed
Skipping e2e test to check
1 parent 0fa7b6a commit 539d430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/solidstart/tests/errorboundary.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import { waitForError } from '@sentry-internal/test-utils';
33

4-
test('captures an exception', async ({ page }) => {
4+
test.skip('captures an exception', async ({ page }) => {
55
const errorEventPromise = waitForError('solidstart', errorEvent => {
66
return (
77
!errorEvent.type &&

0 commit comments

Comments
 (0)