Skip to content

Commit b3df508

Browse files
authored
Merge pull request #235
MPT-18371 mark helpdesk chat tests as flaky
2 parents a2d90ec + b0004b4 commit b3df508

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/e2e/helpdesk/chats/test_async_chats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from mpt_api_client.exceptions import MPTAPIError
44

5+
pytestmark = [pytest.mark.flaky]
6+
57

68
async def test_get_chat(async_mpt_ops, chat_id):
79
service = async_mpt_ops.helpdesk.chats

tests/e2e/helpdesk/chats/test_sync_chats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from mpt_api_client.exceptions import MPTAPIError
44

5+
pytestmark = [pytest.mark.flaky]
6+
57

68
def test_get_chat(mpt_ops, chat_id):
79
service = mpt_ops.helpdesk.chats

0 commit comments

Comments
 (0)