Этот коммит содержится в:
sabril
2025-05-21 10:38:51 +08:00
коммит произвёл GitHub
родитель 14dfc71e10
Коммит 27874fa4e5
5 изменённых файлов: 10 добавлений и 15 удалений

Просмотреть файл

@@ -7,7 +7,6 @@
// - Use element ID when selecting an element. Create one if none.
// ***************************************************************
// Stage: @prod
// Group: @channels @collapsed_reply_threads
import {Channel} from '@mattermost/types/channels';
@@ -97,7 +96,7 @@ describe('Collapsed Reply Threads', () => {
});
});
it('MM-T5671 should handle mention counts correctly when marking a thread as unread and unfollowing it', () => {
it.skip('MM-T5671 should handle mention counts correctly when marking a thread as unread and unfollowing it', () => {
// # Post a root post as current user
cy.postMessageAs({
sender: otherUser,