From 8c847140bc68c321e4f21e19cf22a5446b8f001f Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 22 Aug 2024 08:50:37 +0200 Subject: [PATCH] set flaky test --- .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 d5a065c41d..a95ed97b6b 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/dgit_local.test.ts b/apps/remix-ide-e2e/src/tests/dgit_local.test.ts index fc0ec93f98..d6fabe17d8 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 #group2': function (browser: NightwatchBrowser) { + 'check if the branch is in the filePanel #flaky #group2': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('filePanel') .click('[data-id="workspaceGitBranchesDropdown"]')