From 601b8dda135fa3c4a6012f83b639956f2dcd16ce Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 22 Aug 2024 15:19:59 +0200 Subject: [PATCH] unflaky --- .circleci/config.yml | 2 +- apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20d48f5099..f0e6ede965 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/runAndDeploy.test.ts b/apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts index b3fb9ecd65..fc61df37b3 100644 --- a/apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts +++ b/apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts @@ -153,7 +153,7 @@ module.exports = { .waitForElementContainsText('[data-id="treeViewLi0"]', 'uint256: 10') }, - 'Should save state after running web3 script #flaky #group4': function (browser: NightwatchBrowser) { + 'Should save state after running web3 script #group4': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('settings') .waitForElementPresent('[data-id="settingsTabGenerateContractMetadataLabel"]')