Skip to content

Commit be81bb0

Browse files
committed
skip test for webkit
1 parent 6055a64 commit be81bb0

File tree

1 file changed

+2
-2
lines changed
  • packages/browser-integration-tests/suites/replay/sessionExpiry

1 file changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/sessionExpiry/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import {
1414
// Session should expire after 2s - keep in sync with init.js
1515
const SESSION_TIMEOUT = 2000;
1616

17-
sentryTest('handles an expired session', async ({ forceFlushReplay, getLocalTestPath, page }) => {
18-
if (shouldSkipReplayTest()) {
17+
sentryTest('handles an expired session', async ({ browserName, forceFlushReplay, getLocalTestPath, page }) => {
18+
if (shouldSkipReplayTest() || browserName === 'webkit') {
1919
sentryTest.skip();
2020
}
2121

0 commit comments

Comments
 (0)