diff --git a/tests/ui/GroupChatNameTests.tsx b/tests/ui/GroupChatNameTests.tsx index b9ea7dfed302..63aac85d4c9c 100644 --- a/tests/ui/GroupChatNameTests.tsx +++ b/tests/ui/GroupChatNameTests.tsx @@ -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');