From 4cc25153c8701856e05ea6510424f430168a93ef Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 22 Aug 2024 12:17:44 +0200 Subject: [PATCH] turn off flaky --- .circleci/config.yml | 2 +- apps/remix-ide-e2e/src/tests/dgit_local.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a95ed97b6b..d5a065c41d 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_local.test.ts b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts index 5d618638ac..b6ee642a27 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_local.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts @@ -238,7 +238,7 @@ module.exports = { .waitForElementVisible('*[data-id="branches-current-branch-testbranch"]') .pause(1000) }, - 'check if the branch is in the filePanel #flaky #group2': function (browser: NightwatchBrowser) { + 'check if the branch is in the filePanel #group2': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('filePanel') .waitForElementVisible('*[data-id="workspaceGitBranchesDropdown"]')