Skip to content

Commit 72443b5

Browse files
committed
remove abort to see if it fixes test
1 parent 50c368a commit 72443b5

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/replay/captureReplayOffline

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/replay/captureReplayOffline/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sentryTest('should capture replays offline', async ({ getLocalTestPath, page })
2525
// await context.setOffline(true);
2626

2727
// Abort the first envelope request so the event gets queued
28-
await page.route(/ingest\.sentry\.io/, route => route.abort(), { times: 1 });
28+
// await page.route(/ingest\.sentry\.io/, route => route.abort(), { times: 1 });
2929

3030
await page.goto(url);
3131

0 commit comments

Comments
 (0)