Skip to content

Commit

Permalink
Merge pull request #56138 from Expensify/yuwen-skipTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny authored Jan 31, 2025
2 parents eb7293b + b9e784c commit 49128c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/GroupChatNameTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('Tests for group chat name', () => {
return waitFor(() => expect(displayNameTexts).toHaveLength(1));
}));

it('Should show last message preview in LHN', () =>
it.skip('Should show last message preview in LHN', () =>
signInAndGetApp('A, B, C, D', participantAccountIDs4).then(() => {
// Verify the sidebar links are rendered
const sidebarLinksHintText = Localize.translateLocal('sidebarScreen.listOfChats');
Expand Down

0 comments on commit 49128c8

Please sign in to comment.