diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c65bbcc40..c8be5e0d7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: true + default: false orbs: browser-tools: circleci/browser-tools@1.4.4 win: circleci/windows@5.0 diff --git a/apps/remix-ide-e2e/src/tests/remixd.test.ts b/apps/remix-ide-e2e/src/tests/remixd.test.ts index e9567bd9fc..0fd47bca9f 100644 --- a/apps/remix-ide-e2e/src/tests/remixd.test.ts +++ b/apps/remix-ide-e2e/src/tests/remixd.test.ts @@ -245,7 +245,7 @@ module.exports = { }) }, - 'Should install slither #group10 #flaky': function (browser: NightwatchBrowser) { + 'Should install slither #group10': function (browser: NightwatchBrowser) { browser.perform(async (done) => { await installSlither() done()