File tree Expand file tree Collapse file tree
WordPress/src/androidTest/java/org/wordpress/android/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments