Skip to content

Commit

Permalink
NO_COLOR=0 to fix CI recording
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Nov 20, 2019
1 parent 48e78e8 commit 99ec5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/test/support/helpers/e2e.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ module.exports = e2e = {
.defaults({
FAKE_CWD_PATH: "/XXX/XXX/XXX"
DEBUG_COLORS: "1"
NO_COLOR: "1"
## prevent any Compression progress
## messages from showing up
VIDEO_COMPRESSION_THROTTLE: 120000
Expand Down

0 comments on commit 99ec5c7

Please sign in to comment.