diff --git a/tests/test_manage_products_page.py b/tests/test_manage_products_page.py index ebbc816..133a135 100644 --- a/tests/test_manage_products_page.py +++ b/tests/test_manage_products_page.py @@ -43,6 +43,7 @@ class TestManageProductsPage(BaseTest): manage_products_pg.delete_product(name=product['name']) + @pytest.mark.xfail(reason = "795244 - [dev]Searching by name for a product just created does not return any results ") def test_that_user_can_filter_product_by_name_without_mouse(self, mozwebqa_logged_in): manage_products_pg = MozTrapManageProductsPage(mozwebqa_logged_in)