Skip to content

Commit 081dc39

Browse files
authored
Update test to skip for bundle
1 parent 10c0fa0 commit 081dc39

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { sentryTest } from '../../../../utils/fixtures';
44
import { getReplayRecordingContent, shouldSkipReplayTest, waitForReplayRequest } from '../../../../utils/replayHelpers';
55

66
sentryTest('can manually snapshot canvas', async ({ getLocalTestUrl, page, browserName }) => {
7-
if (shouldSkipReplayTest() || browserName === 'webkit') {
7+
if (shouldSkipReplayTest() || browserName === 'webkit' || (process.env.PW_BUNDLE || '').startsWith('bundle')) {
88
sentryTest.skip();
99
}
1010

0 commit comments

Comments
 (0)