From 0063b4252a602dd9c7fefee807d5612d57503c08 Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Fri, 1 Aug 2025 22:26:38 +0530 Subject: [PATCH] enable fedcm test for chrome --- py/test/selenium/webdriver/common/fedcm_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/selenium/webdriver/common/fedcm_tests.py b/py/test/selenium/webdriver/common/fedcm_tests.py index 26c4247bfd283..a187f1c6c1182 100644 --- a/py/test/selenium/webdriver/common/fedcm_tests.py +++ b/py/test/selenium/webdriver/common/fedcm_tests.py @@ -21,7 +21,6 @@ @pytest.mark.xfail_safari(reason="FedCM not supported") -@pytest.mark.xfail_chrome(reason="https://issues.chromium.org/u/0/issues/425801332") @pytest.mark.xfail_firefox(reason="FedCM not supported") @pytest.mark.xfail_ie(reason="FedCM not supported") @pytest.mark.xfail_remote(reason="FedCM not supported, since remote uses Firefox")