Skip to content

Commit

Permalink
turn off flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Aug 22, 2024
1 parent f3edd1d commit 060cdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/dgit_local.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]')
Expand Down

0 comments on commit 060cdc6

Please sign in to comment.