File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev-packages/e2e-tests/test-applications/nextjs-turbo/tests/app-router Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments