ignore flaky swap webserver tests by default
This commit is contained in:
parent
6375dccb06
commit
dca8023d7d
@ -14,6 +14,7 @@ import org.fdroid.fdroid.Netstat;
|
|||||||
import org.fdroid.fdroid.Utils;
|
import org.fdroid.fdroid.Utils;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
@ -64,6 +65,7 @@ public class LocalHTTPDManagerTest {
|
|||||||
lbm.unregisterReceiver(errorReceiver);
|
lbm.unregisterReceiver(errorReceiver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testStartStop() throws InterruptedException {
|
public void testStartStop() throws InterruptedException {
|
||||||
Log.i(TAG, "testStartStop");
|
Log.i(TAG, "testStartStop");
|
||||||
|
@ -27,6 +27,7 @@ import org.fdroid.fdroid.nearby.LocalHTTPD;
|
|||||||
import org.fdroid.fdroid.nearby.LocalRepoKeyStore;
|
import org.fdroid.fdroid.nearby.LocalRepoKeyStore;
|
||||||
import org.fdroid.fdroid.nearby.LocalRepoManager;
|
import org.fdroid.fdroid.nearby.LocalRepoManager;
|
||||||
import org.fdroid.fdroid.nearby.LocalRepoService;
|
import org.fdroid.fdroid.nearby.LocalRepoService;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@ -54,6 +55,7 @@ public class SwapRepoEmulatorTest {
|
|||||||
/**
|
/**
|
||||||
* @see org.fdroid.fdroid.nearby.WifiStateChangeService.WifiInfoThread#run()
|
* @see org.fdroid.fdroid.nearby.WifiStateChangeService.WifiInfoThread#run()
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testSwap()
|
public void testSwap()
|
||||||
throws IOException, LocalRepoKeyStore.InitException, IndexUpdater.UpdateException, InterruptedException {
|
throws IOException, LocalRepoKeyStore.InitException, IndexUpdater.UpdateException, InterruptedException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user