Skip to content

Commit 6343a6e

Browse files
test: ignore this PR
Signed-off-by: nkomonen-amazon <[email protected]>
1 parent 1621b4d commit 6343a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/crashMonitoring.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,6 @@ export const crashMonitoringTest = async () => {
293293
})
294294
}
295295
// 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)
296+
;(isCI() ? describe : describe)('CrashReporting', crashMonitoringTest)
297297

298298
type TestExtension = { ext: TestCrashMonitoring; metadata: ExtInstance }

0 commit comments

Comments
 (0)