Skip to content

Commit df156ad

Browse files
authored
Disable precaptureStackTraces in tests for now
Thinking this might cause the timeouts we're seeing in some cursor tests.
1 parent 93b628d commit df156ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/_config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ export const config: Config & {
1313
? {
1414
url: ARANGO_URL.split(",").filter((s) => Boolean(s)),
1515
arangoVersion: ARANGO_VERSION,
16-
precaptureStackTraces: true,
1716
loadBalancingStrategy: ARANGO_LOAD_BALANCING_STRATEGY || "ROUND_ROBIN",
1817
}
1918
: {
2019
url: ARANGO_URL,
2120
arangoVersion: ARANGO_VERSION,
22-
precaptureStackTraces: true,
2321
};

0 commit comments

Comments
 (0)