Skip to content

Commit 7630edd

Browse files
authored
Apply suggestion from @billyvg
1 parent e80eb02 commit 7630edd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sentryTest(
8989
},
9090
);
9191

92-
sentryTest.only(
92+
sentryTest(
9393
'buffer mode remains after interrupting replay flush',
9494
async ({ getLocalTestUrl, page, browserName }) => {
9595
if (shouldSkipReplayTest() || browserName === 'webkit') {

0 commit comments

Comments
 (0)