Skip to content

Commit

Permalink
Disable another failing clicking test (#6343)
Browse files Browse the repository at this point in the history
Follow up to #6336 with another failing test
  • Loading branch information
Rheeseyb authored Sep 10, 2024
1 parent 55c5ab3 commit ac76e57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('Select Mode Clicking', () => {
checkSelectedPaths(renderResult, [desiredPath])
})

it('Single click and then double click to select Button on a Card Scene Root', async () => {
xit('Single click and then double click to select Button on a Card Scene Root', async () => {
// prettier-ignore
const desiredPaths = createConsecutivePaths(
'sb' + // Skipped as it's the storyboard
Expand Down Expand Up @@ -703,7 +703,7 @@ describe('Select Mode Double Clicking With Fragments', () => {
checkSelectedPaths(renderResult, [desiredPath])
})

it('Single click and then double click to select Button on a Card Scene Root', async () => {
xit('Single click and then double click to select Button on a Card Scene Root', async () => {
FOR_TESTS_setNextGeneratedUids([
'cardlistfragment',
'manuallistfragment',
Expand Down

0 comments on commit ac76e57

Please sign in to comment.