File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
java/test/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 1 file changed +4
-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
You can’t perform that action at this time.
0 commit comments