Skip to content

Commit 12edc18

Browse files
committed
Only disable precaptureStackTraces in CI
1 parent df156ad commit 12edc18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/_config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ export const config: Config & {
1313
? {
1414
url: ARANGO_URL.split(",").filter((s) => Boolean(s)),
1515
arangoVersion: ARANGO_VERSION,
16+
precaptureStackTraces: !process.env.CI,
1617
loadBalancingStrategy: ARANGO_LOAD_BALANCING_STRATEGY || "ROUND_ROBIN",
1718
}
1819
: {
1920
url: ARANGO_URL,
2021
arangoVersion: ARANGO_VERSION,
22+
precaptureStackTraces: !process.env.CI,
2123
};

0 commit comments

Comments
 (0)