Skip to content

Commit 866cd5b

Browse files
authored
Merge branch 'trunk' into pinned-browser-updates
2 parents 5e04879 + 8354861 commit 866cd5b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

java/test/org/openqa/selenium/federatedcredentialmanagement/FederatedCredentialManagementTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import org.openqa.selenium.environment.InProcessTestEnvironment;
4040
import org.openqa.selenium.environment.webserver.AppServer;
4141
import org.openqa.selenium.support.ui.WebDriverWait;
42+
import org.openqa.selenium.testing.Ignore;
4243

4344
class 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

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)