Skip to content

Commit 0e3013a

Browse files
authored
ci(jest-changed-files): enable mercurial related test on CI (#12327)
1 parent 55caeb7 commit 0e3013a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

e2e/__tests__/jestChangedFiles.test.ts

-7
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,6 @@ testIfHg('gets changed files for hg', async () => {
466466
});
467467

468468
testIfHg('monitors only root paths for hg', async () => {
469-
if (process.env.CI) {
470-
// Circle and Travis have very old version of hg (v2, and current
471-
// version is v4.2) and its API changed since then and not compatible
472-
// any more. Changing the SCM version on CIs is not trivial, so we'll just
473-
// skip this test and run it only locally.
474-
return;
475-
}
476469
writeFiles(DIR, {
477470
'file1.txt': 'file1',
478471
'nested-dir/file2.txt': 'file2',

0 commit comments

Comments
 (0)