Skip to content

Commit 3a12798

Browse files
committed
re-enable all disabled login tests
1 parent 5c7659f commit 3a12798

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

WordPress/src/androidTest/java/org/wordpress/android/e2e/LoginTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public void setUp() {
2424
logoutIfNecessary();
2525
}
2626

27-
@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
2827
@Test
2928
public void e2eLoginWithEmailPassword() {
3029
new LoginFlow().chooseContinueWithWpCom()
@@ -33,7 +32,6 @@ public void e2eLoginWithEmailPassword() {
3332
.confirmLogin(false);
3433
}
3534

36-
@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
3735
@Test
3836
public void e2eLoginWithPasswordlessAccount() {
3937
new LoginFlow().chooseContinueWithWpCom()
@@ -51,7 +49,6 @@ public void e2eLoginWithSiteAddress() {
5149
.confirmLogin(false);
5250
}
5351

54-
@Ignore("Ignored temporarily. This sometimes fail on CI while running with whole test suite.")
5552
@Test
5653
public void e2eLoginWithMagicLink() {
5754
new LoginFlow().chooseContinueWithWpCom()

0 commit comments

Comments
 (0)