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 1621b4d commit 6343a6eCopy full SHA for 6343a6e
packages/core/src/test/shared/crashMonitoring.test.ts
@@ -293,6 +293,6 @@ export const crashMonitoringTest = async () => {
293
})
294
}
295
// This test is slow, so we only want to run it locally and not in CI. It will be run in the integ CI tests though.
296
-;(isCI() ? describe.skip : describe)('CrashReporting', crashMonitoringTest)
+;(isCI() ? describe : describe)('CrashReporting', crashMonitoringTest)
297
298
type TestExtension = { ext: TestCrashMonitoring; metadata: ExtInstance }
0 commit comments