From f19eb227cf56674df72e42b1a29a03fcfe5976c7 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 1 Sep 2022 10:07:35 +0200 Subject: [PATCH] rm 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 3c9bb034fc..2095b373fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: true + default: false 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 1c1d3b670c..f2797c8ece 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 #flaky': function (browser: NightwatchBrowser) { + 'Should listen on all transactions #group8': function (browser: NightwatchBrowser) { const url = 'http://127.0.0.1:8545' const identifier = 'Custom' browser