diff --git a/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A000_WelcomeAndSetupAccountIntegrationTest.java b/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A000_WelcomeAndSetupAccountIntegrationTest.java index 73cf51eb7..736b25325 100644 --- a/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A000_WelcomeAndSetupAccountIntegrationTest.java +++ b/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A000_WelcomeAndSetupAccountIntegrationTest.java @@ -1,18 +1,13 @@ package com.fsck.k9.endtoend; -import android.support.test.runner.AndroidJUnit4; - import com.fsck.k9.activity.setup.WelcomeMessage; -import com.fsck.k9.endtoend.framework.ApplicationState; import com.fsck.k9.endtoend.pages.WelcomeMessagePage; import org.junit.Test; -import org.junit.runner.RunWith; /** * Creates a new IMAP account via the getting started flow. */ -@RunWith(AndroidJUnit4.class) public class A000_WelcomeAndSetupAccountIntegrationTest extends AbstractEndToEndTest { public A000_WelcomeAndSetupAccountIntegrationTest() { diff --git a/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A010_AccountIntegrationTest.java b/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A010_AccountIntegrationTest.java index 59cb41f44..304efe91b 100644 --- a/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A010_AccountIntegrationTest.java +++ b/k9mail/src/androidTest/java/com/fsck/k9/endtoend/A010_AccountIntegrationTest.java @@ -1,13 +1,10 @@ package com.fsck.k9.endtoend; -import android.support.test.runner.AndroidJUnit4; - import com.fsck.k9.activity.Accounts; import com.fsck.k9.endtoend.framework.AccountForTest; import com.fsck.k9.endtoend.framework.ApplicationState; import com.fsck.k9.endtoend.pages.AccountsPage; import org.junit.Test; -import org.junit.runner.RunWith; /** @@ -16,7 +13,6 @@ import org.junit.runner.RunWith; * Because of the way K-9 shows the start page, there must already be two accounts * in existence for this test to work. */ -@RunWith(AndroidJUnit4.class) public class A010_AccountIntegrationTest extends AbstractEndToEndTest{ public A010_AccountIntegrationTest() {