Skip to content

Commit 34b1219

Browse files
paul-soporanSagnikPradhan
authored andcommitted
true
1 parent aa60d96 commit 34b1219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ 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`]: `false`,
54+
[`YARN_ENABLE_INLINE_BUILDS`]: `true`,
55+
[`YARN_PREFER_AGGREGATE_CACHE_INFO`]: `false`,
5556
// Otherwise we would more often test the fallback rather than the real logic
5657
[`YARN_PNP_FALLBACK_MODE`]: `none`,
5758
// Otherwise tests fail on systems where this is globally set to true

0 commit comments

Comments
 (0)