From 6a9d406c15e74a29e5eedb8a2299372fe650b6d1 Mon Sep 17 00:00:00 2001 From: mrazauskas <72159681+mrazauskas@users.noreply.github.com> Date: Tue, 8 Feb 2022 11:56:26 +0200 Subject: [PATCH] enable test --- e2e/__tests__/jestChangedFiles.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/e2e/__tests__/jestChangedFiles.test.ts b/e2e/__tests__/jestChangedFiles.test.ts index deafea9f555b..04a94db96465 100644 --- a/e2e/__tests__/jestChangedFiles.test.ts +++ b/e2e/__tests__/jestChangedFiles.test.ts @@ -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',