From 7078cee8462a22c2998f984da62557be26ce30dc Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 31 Aug 2022 09:20:41 +0200 Subject: [PATCH] set to flaky --- .circleci/config.yml | 2 +- apps/remix-ide-e2e/src/tests/terminal.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2095b373fe..3c9bb034fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: false + default: true orbs: browser-tools: circleci/browser-tools@1.3.0 jobs: diff --git a/apps/remix-ide-e2e/src/tests/terminal.test.ts b/apps/remix-ide-e2e/src/tests/terminal.test.ts index baf0639cc5..6fdacfb4e8 100644 --- a/apps/remix-ide-e2e/src/tests/terminal.test.ts +++ b/apps/remix-ide-e2e/src/tests/terminal.test.ts @@ -225,7 +225,7 @@ module.exports = { .waitForElementContainsText('*[data-id="terminalJournal"]', '"hex":"0x025cd8"', 120000) }, - 'Should listen on all transactions #group8': function (browser: NightwatchBrowser) { + 'Should listen on all transactions #group8 #flaky': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('udapp') // connect to mainnet .switchEnvironment('External Http Provider')