Skip to content

Commit adc00a6

Browse files
committed
un-skip tests
1 parent c11cde7 commit adc00a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/tests/pageload-tracing.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ test('App router transactions should be attached to the pageload request span',
2424
});
2525

2626
test('extracts HTTP request headers as span attributes', async ({ baseURL }) => {
27-
test.skip(
28-
process.env.TEST_ENV === 'prod-turbopack' || process.env.TEST_ENV === 'dev-turbopack',
29-
'Incoming fetch request headers are not added as span attributes when Turbopack is enabled (addHeadersAsAttributes)',
30-
);
31-
3227
const serverTransactionPromise = waitForTransaction('nextjs-15', async transactionEvent => {
3328
return transactionEvent?.transaction === 'GET /pageload-tracing';
3429
});

0 commit comments

Comments
 (0)