From 12042ad6bb2cb227b4c3f6125bac1f3dbe759328 Mon Sep 17 00:00:00 2001 From: Mykola Haltiuk Date: Wed, 20 Dec 2023 18:26:49 +0100 Subject: [PATCH] added comment with the reason one of the tests are xfailing --- tests/test_web_api_prod.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_web_api_prod.py b/tests/test_web_api_prod.py index e67fa620..30bc79c6 100644 --- a/tests/test_web_api_prod.py +++ b/tests/test_web_api_prod.py @@ -749,6 +749,7 @@ def test_prod_grouped_by_category_emojis(self, prod_test_client, label): elif category['type'] == 'expand': assert len(category['suggestions']) > 0 + # reason is described here - https://app.shortcut.com/ps-web3/story/22270/nondeterministic-behavior-for-vitalik @pytest.mark.xfail @pytest.mark.integration_test @pytest.mark.parametrize("label", ["zeus", "dog", "dogs", "superman"])