Skip to content

Commit b9f5857

Browse files
authored
test: Disable update test that flakes on Linux (#1192)
1 parent b19b373 commit b9f5857

File tree

1 file changed

+1
-1
lines changed
  • test/e2e/test-apps/native-sentry/main-update

1 file changed

+1
-1
lines changed

test/e2e/test-apps/native-sentry/main-update/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'vitest';
22
import { electronTestRunner, eventEnvelope } from '../../..';
33

4-
electronTestRunner(__dirname, { runTwice: true }, async (ctx) => {
4+
electronTestRunner(__dirname, { skip: () => process.platform === 'linux', runTwice: true }, async (ctx) => {
55
await ctx
66
.expect({
77
envelope: eventEnvelope(

0 commit comments

Comments
 (0)