Skip to content

Commit a3e206e

Browse files
committed
Mark xFail: List messages mentioning me test
This used to work. Now, it appears the APIs are not allowing or correctly handling self-referencing markdown mentions.
1 parent de20d2f commit a3e206e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/api/test_messages.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ def test_list_messages_before_message_with_id(
285285
assert are_valid_messages(message_list)
286286

287287

288+
@pytest.mark.xfail(
289+
reason="This test is failing because the API is not returning the expected results"
290+
)
288291
def test_list_messages_mentioning_me(
289292
api, group_room, group_room_markdown_message
290293
):

0 commit comments

Comments
 (0)