Skip to content

Commit 511f810

Browse files
committed
✅ [RUM-16985] Scope WASM runtime E2E by browser
1 parent 5f43474 commit 511f810

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/e2e/scenario/logs.scenario.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ test.describe('logs', () => {
292292
.withLogs({ forwardErrorsToLogs: true })
293293
.withWasmUnsafeEval()
294294
.run(async ({ baseUrl, intakeRegistry, flushEvents, page, withBrowserLogs }) => {
295+
test.skip(
296+
test.info().project.name === 'webkit' || test.info().project.name === 'chromium-pinned',
297+
'These browser versions do not expose uncaught WebAssembly traps through the runtime error event'
298+
)
299+
295300
await page.evaluate(async () => {
296301
const { instance } = await WebAssembly.instantiateStreaming(fetch('/test-module.wasm'))
297302

0 commit comments

Comments
 (0)