We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19b373 commit b9f5857Copy full SHA for b9f5857
test/e2e/test-apps/native-sentry/main-update/test.ts
@@ -1,7 +1,7 @@
1
import { expect } from 'vitest';
2
import { electronTestRunner, eventEnvelope } from '../../..';
3
4
-electronTestRunner(__dirname, { runTwice: true }, async (ctx) => {
+electronTestRunner(__dirname, { skip: () => process.platform === 'linux', runTwice: true }, async (ctx) => {
5
await ctx
6
.expect({
7
envelope: eventEnvelope(
0 commit comments