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"])