diff --git a/.circleci/config.yml b/.circleci/config.yml index a95ed97b6b..d5a065c41d 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 12740b413d..31dc3c686b 100644 --- a/apps/remix-ide-e2e/src/tests/remixd.test.ts +++ b/apps/remix-ide-e2e/src/tests/remixd.test.ts @@ -80,7 +80,7 @@ module.exports = { '@sources': function () { return sources }, - 'run Remixd tests #group1 #flaky': function (browser: NightwatchBrowser) { + 'run Remixd tests #group1': function (browser: NightwatchBrowser) { browser.perform(async (done) => { try { remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))