Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/e2e/helpdesk/chats/messages/test_async_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
pytestmark = [pytest.mark.flaky]


@pytest.mark.skip(reason="Unskip after MPT-19124 completed")
async def test_list_chat_messages(async_chat_messages_service):
result = await async_chat_messages_service.fetch_page(limit=1)

Expand Down
1 change: 0 additions & 1 deletion tests/e2e/helpdesk/chats/messages/test_sync_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
pytestmark = [pytest.mark.flaky]


@pytest.mark.skip(reason="Unskip after MPT-19124 completed")
def test_list_chat_messages(chat_messages_service):
result = chat_messages_service.fetch_page(limit=1)

Expand Down
Loading