Skip to content

Commit 0de3944

Browse files
committed
add test.fail
1 parent 159c9e4 commit 0de3944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-turbo/tests/app-router/route-handlers.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ test('Should create a transaction for route handlers and correctly set span stat
4545
expect(routehandlerTransaction.contexts?.trace?.op).toBe('http.server');
4646
});
4747

48-
test('Should record exceptions and transactions for faulty route handlers', async ({ request }) => {
48+
// Will be resolved by https://github.com/vercel/next.js/issues/82612
49+
test.fail('Should record exceptions and transactions for faulty route handlers', async ({ request }) => {
4950
const errorEventPromise = waitForError('nextjs-turbo', errorEvent => {
5051
return errorEvent?.exception?.values?.[0]?.value === 'Dynamic route handler error';
5152
});

0 commit comments

Comments
 (0)