We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa7b6a commit 539d430Copy full SHA for 539d430
dev-packages/e2e-tests/test-applications/solidstart/tests/errorboundary.test.ts
@@ -1,7 +1,7 @@
1
import { expect, test } from '@playwright/test';
2
import { waitForError } from '@sentry-internal/test-utils';
3
4
-test('captures an exception', async ({ page }) => {
+test.skip('captures an exception', async ({ page }) => {
5
const errorEventPromise = waitForError('solidstart', errorEvent => {
6
return (
7
!errorEvent.type &&
0 commit comments