turn off flaky

pull/5103/head
bunsenstraat 3 months ago committed by bunsenstraat
parent b163d73a4b
commit 4cc25153c8
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/dgit_local.test.ts

@ -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

@ -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"]')

Loading…
Cancel
Save