File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
java/test/org/openqa/selenium/federatedcredentialmanagement
py/test/selenium/webdriver/common Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3939import org .openqa .selenium .environment .InProcessTestEnvironment ;
4040import org .openqa .selenium .environment .webserver .AppServer ;
4141import org .openqa .selenium .support .ui .WebDriverWait ;
42+ import org .openqa .selenium .testing .Ignore ;
4243
4344class FederatedCredentialManagementTest {
4445
@@ -87,6 +88,7 @@ private void waitForDialog() {
8788 }
8889
8990 @ Test
91+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
9092 void testDismissDialog () {
9193 fedcmDriver .setDelayEnabled (false );
9294 assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
@@ -110,6 +112,7 @@ void testDismissDialog() {
110112 }
111113
112114 @ Test
115+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
113116 void testSelectAccount () {
114117 assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
115118
@@ -130,6 +133,7 @@ void testSelectAccount() {
130133 }
131134
132135 @ Test
136+ @ Ignore (value = CHROME , reason = "https://issues.chromium.org/u/0/issues/425801332" )
133137 void testGetAccounts () {
134138 assertNull (fedcmDriver .getFederatedCredentialManagementDialog ());
135139
Original file line number Diff line number Diff line change 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" )
You can’t perform that action at this time.
0 commit comments