Skip to content

Commit 8ccf18d

Browse files
Update packages/acceptance-tests/pkg-tests-core/sources/utils/makeTemporaryEnv.ts
Co-authored-by: Maël Nison <nison.mael@gmail.com>
1 parent 4f5125f commit 8ccf18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/acceptance-tests/pkg-tests-core/sources/utils/makeTemporaryEnv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const mte = generatePkgDriver({
5151
[`YARN_ENABLE_TIMERS`]: `false`,
5252
[`FORCE_COLOR`]: `0`,
5353
// Otherwise the output wouldn't be the same on CI vs non-CI
54-
[`YARN_ENABLE_INLINE_BUILDS`]: `true`,
54+
[`YARN_ENABLE_INLINE_BUILDS`]: `false`,
5555
// Otherwise we would more often test the fallback rather than the real logic
5656
[`YARN_PNP_FALLBACK_MODE`]: `none`,
5757
// Otherwise tests fail on systems where this is globally set to true

0 commit comments

Comments
 (0)