Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 8, 2022
1 parent 201901f commit 37cab1b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions e2e/__tests__/jestChangedFiles.test.ts
Expand Up @@ -466,13 +466,6 @@ testIfHg('gets changed files for hg', async () => {
});

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

0 comments on commit 37cab1b

Please sign in to comment.