diff --git a/.circleci/config.yml b/.circleci/config.yml index 55755e31e6..afe5c5576b 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/dgit_github.test.ts b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts index 780b2783ba..22bece4727 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -52,7 +52,7 @@ module.exports = { .clickLaunchIcon('filePanel') .waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]') }, - 'clone a repository #flaky #group1': function (browser: NightwatchBrowser) { + 'clone a repository #group1': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('dgit') .click('*[data-id="clone-panel"]') @@ -230,7 +230,7 @@ module.exports = { .waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]') .waitForElementVisible('*[data-id="filepanel-login-github"]') }, - 'add a remote #flaky #group2': function (browser: NightwatchBrowser) { + 'add a remote #group2': function (browser: NightwatchBrowser) { browser .pause(1000) .clickLaunchIcon('dgit')