Skip to content

Commit 54664a2

Browse files
committed
Remove extra span since it's likely just flaky, not a long task
1 parent fe9144a commit 54664a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/nextjs/test/integration/test/client/tracingFetch.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ module.exports = async ({ page, url, requests }) => {
1919
description: 'GET http://example.com',
2020
op: 'http.client',
2121
},
22-
{
23-
description: 'Long Task',
24-
op: 'ui.long-task',
25-
},
2622
],
2723
});
2824

0 commit comments

Comments
 (0)