Skip to content

Commit 36274e3

Browse files
committed
how bad does this fail?
1 parent ee2866f commit 36274e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/server/test/spec_helper.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* eslint-disable no-console */
2-
const { calculateCypressInternalEnv, configureLongStackTraces } = require('../lib/environment')
2+
// const { calculateCypressInternalEnv, configureLongStackTraces } = require('../lib/environment')
33

4-
// TODO: how necessary is this??? CYPRESS_INTERNAL_ENV is set to 'test so long stack traces are not enabled in the testing environment
5-
process.env['CYPRESS_INTERNAL_ENV'] = calculateCypressInternalEnv()
6-
configureLongStackTraces(process.env['CYPRESS_INTERNAL_ENV'])
7-
// and CYPRESS is set to true shouldnt be needed for other tests
8-
process.env['CYPRESS'] = 'true'
4+
// // TODO: how necessary is this??? CYPRESS_INTERNAL_ENV is set to 'test so long stack traces are not enabled in the testing environment
5+
// process.env['CYPRESS_INTERNAL_ENV'] = calculateCypressInternalEnv()
6+
// configureLongStackTraces(process.env['CYPRESS_INTERNAL_ENV'])
7+
// // and CYPRESS is set to true shouldnt be needed for other tests
8+
// process.env['CYPRESS'] = 'true'
99

1010
const { enable, mockElectron } = require('./mockery_helper')
1111

0 commit comments

Comments
 (0)