diff --git a/app/src/androidTest/java/org/fdroid/fdroid/nearby/LocalHTTPDManagerTest.java b/app/src/androidTest/java/org/fdroid/fdroid/nearby/LocalHTTPDManagerTest.java index 8ce9843d8..23af0b7a4 100644 --- a/app/src/androidTest/java/org/fdroid/fdroid/nearby/LocalHTTPDManagerTest.java +++ b/app/src/androidTest/java/org/fdroid/fdroid/nearby/LocalHTTPDManagerTest.java @@ -14,6 +14,7 @@ import org.fdroid.fdroid.Netstat; import org.fdroid.fdroid.Utils; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -64,6 +65,7 @@ public class LocalHTTPDManagerTest { lbm.unregisterReceiver(errorReceiver); } + @Ignore @Test public void testStartStop() throws InterruptedException { Log.i(TAG, "testStartStop"); diff --git a/app/src/androidTest/java/org/fdroid/fdroid/updater/SwapRepoEmulatorTest.java b/app/src/androidTest/java/org/fdroid/fdroid/updater/SwapRepoEmulatorTest.java index 3e58e3416..3d5a0264e 100644 --- a/app/src/androidTest/java/org/fdroid/fdroid/updater/SwapRepoEmulatorTest.java +++ b/app/src/androidTest/java/org/fdroid/fdroid/updater/SwapRepoEmulatorTest.java @@ -27,6 +27,7 @@ import org.fdroid.fdroid.nearby.LocalHTTPD; import org.fdroid.fdroid.nearby.LocalRepoKeyStore; import org.fdroid.fdroid.nearby.LocalRepoManager; import org.fdroid.fdroid.nearby.LocalRepoService; +import org.junit.Ignore; import org.junit.Test; import java.io.File; @@ -54,6 +55,7 @@ public class SwapRepoEmulatorTest { /** * @see org.fdroid.fdroid.nearby.WifiStateChangeService.WifiInfoThread#run() */ + @Ignore @Test public void testSwap() throws IOException, LocalRepoKeyStore.InitException, IndexUpdater.UpdateException, InterruptedException {