ignore flaky swap webserver tests by default

This commit is contained in:
Hans-Christoph Steiner 2019-11-30 16:02:56 +01:00
parent 6375dccb06
commit dca8023d7d
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
2 changed files with 4 additions and 0 deletions

View File

@ -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");

View File

@ -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 {