Skip to content

Commit 1b715a1

Browse files
clydinalan-agius4
authored andcommitted
test: skip differential loading cache test on CI
There is a large amount of performance variability on CI which can cause test flakes.
1 parent 955904c commit 1b715a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/legacy-cli/e2e/tests/build/differential-cache.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ function validateHashes(
3636
}
3737

3838
export default async function() {
39+
// Skip on CI due to large variability of performance
40+
if (process.env['CI']) {
41+
return;
42+
}
43+
3944
let oldHashes: Map<string, string>;
4045
let newHashes: Map<string, string>;
4146

0 commit comments

Comments
 (0)