Skip to content

Commit 6fd1984

Browse files
committed
unstale comment
1 parent 9bff2e9 commit 6fd1984

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/replay/compression

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/replay/compression/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getExpectedReplayEvent } from '../../../utils/replayEventTemplates';
55
import { getFullRecordingSnapshots, getReplayEvent, waitForReplayRequest } from '../../../utils/replayHelpers';
66

77
sentryTest('replay recording should be compressed by default', async ({ getLocalTestPath, page }) => {
8-
// Replay bundles are es6 only and most performance entries are only available in chromium
8+
// Replay bundles are es6 only
99
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
1010
sentryTest.skip();
1111
}

0 commit comments

Comments
 (0)