Skip to content

Commit 8354861

Browse files
committed
[py] Guarding FedCM tests for Chrome
https://issues.chromium.org/u/0/issues/425801332
1 parent d00d67d commit 8354861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/fedcm_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222

2323
@pytest.mark.xfail_safari(reason="FedCM not supported")
24+
@pytest.mark.xfail_chrome(reason="https://issues.chromium.org/u/0/issues/425801332")
2425
@pytest.mark.xfail_firefox(reason="FedCM not supported")
2526
@pytest.mark.xfail_ie(reason="FedCM not supported")
2627
@pytest.mark.xfail_remote(reason="FedCM not supported, since remote uses Firefox")

0 commit comments

Comments
 (0)