diff --git a/.circleci/config.yml b/.circleci/config.yml index a02ab093d2..b415615e72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: false + default: true orbs: browser-tools: circleci/browser-tools@1.4.4 win: circleci/windows@5.0 diff --git a/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts b/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts index 2b130875e3..68100dd154 100644 --- a/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts +++ b/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts @@ -25,7 +25,7 @@ module.exports = { .pause(4000) // wait for the compiler to finish .scrollToLine(37) }, - 'Should show hover over contract in editor #group1': function (browser: NightwatchBrowser) { + 'Should show hover over contract in editor #group1 #flaky': function (browser: NightwatchBrowser) { const path = "//*[contains(text(),'BallotHoverTest')]" checkEditorHoverContent(browser, path, 'contract BallotHoverTest is BallotHoverTest') checkEditorHoverContent(browser, path, 'contracts/3_Ballot.sol 10:0')