Skip to content

Commit

Permalink
disable flaky tests related to focusing elements (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy authored and liady committed Dec 13, 2024
1 parent 1b0d708 commit 00e9ca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ describe('Select Mode Clicking', () => {
checkFocusedPath(renderResult, desiredPaths[2])
checkSelectedPaths(renderResult, [desiredPaths[2]])
})
it('Single click and five double clicks will focus a generated Card and select the Button inside', async function (this: Mocha.Context) {
xit('Single click and five double clicks will focus a generated Card and select the Button inside', async function (this: Mocha.Context) {
this.timeout(TimeoutForThisFile)
// prettier-ignore
const desiredPaths = createConsecutivePaths(
Expand Down Expand Up @@ -750,7 +750,7 @@ describe('Select Mode Double Clicking With Fragments', () => {
checkSelectedPaths(renderResult, [desiredPaths[1]])
})

it('Single click and three double clicks will focus a generated Card', async () => {
xit('Single click and three double clicks will focus a generated Card', async () => {
// prettier-ignore
const desiredPaths = createConsecutivePaths(
'sb' + // Skipped as it's the storyboard
Expand Down

0 comments on commit 00e9ca1

Please sign in to comment.