From 621b5499dd8c09e0e049495edbb9e5aafb9d35d0 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 31 Aug 2024 11:00:04 +0200 Subject: [PATCH] turn off flaky --- .circleci/config.yml | 2 +- apps/remix-ide-e2e/src/tests/dgit_github.test.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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')