From 6a7f39dcead1a4939c1d09b9f90253f505f3a8da Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Thu, 21 Apr 2022 09:03:32 +0300 Subject: [PATCH] chore: enable one more hg test --- e2e/__tests__/onlyChanged.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/e2e/__tests__/onlyChanged.test.ts b/e2e/__tests__/onlyChanged.test.ts index 34eeee93f793..3cbbb282f039 100644 --- a/e2e/__tests__/onlyChanged.test.ts +++ b/e2e/__tests__/onlyChanged.test.ts @@ -312,13 +312,6 @@ test('onlyChanged in config is overwritten by --all or testPathPattern', () => { }); testIfHg('gets changed files 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, { '.watchmanconfig': '', '__tests__/file1.test.js': "require('../file1'); test('file1', () => {});",