Skip to content

Commit dce6168

Browse files
committed
Ignore all tests in python
1 parent 58a0f01 commit dce6168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
@pytest.mark.xfail_firefox(reason="FedCM not supported")
2525
@pytest.mark.xfail_ie(reason="FedCM not supported")
2626
@pytest.mark.xfail_remote(reason="FedCM not supported, since remote uses Firefox")
27+
@pytest.mark.xfail_chrome(reason="FedCM supported but test suite needs to support secure webserver")
28+
@pytest.mark.xfail_edge(reason="FedCM supported but test suite needs to support secure webserver")
2729
class TestFedCM:
2830
@pytest.fixture(autouse=True)
2931
def setup(self, driver, webserver):

0 commit comments

Comments
 (0)