Skip to content

Commit bfb4a8c

Browse files
authored
[test] Enable Playwright traces in deploy tests (#86683)
1 parent f89016d commit bfb4a8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run-tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,7 @@ ${ENDGROUP}`)
542542
? {}
543543
: {
544544
IS_RETRY: isRetry ? 'true' : undefined,
545-
TRACE_PLAYWRIGHT:
546-
process.env.NEXT_TEST_MODE === 'deploy' ? undefined : 'true',
545+
TRACE_PLAYWRIGHT: 'true',
547546
CIRCLECI: '',
548547
GITHUB_ACTIONS: '',
549548
CONTINUOUS_INTEGRATION: '',

0 commit comments

Comments
 (0)