Skip to content
Snippets Groups Projects
Verified Commit dee8f684 authored by Torsten Grote's avatar Torsten Grote
Browse files

Do not run Tor bridge test with every CI run

parent 59048f10
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ import org.briarproject.bramble.test.BrambleTestCase; ...@@ -12,6 +12,7 @@ import org.briarproject.bramble.test.BrambleTestCase;
import org.briarproject.bramble.test.DaggerBrambleJavaIntegrationTestComponent; import org.briarproject.bramble.test.DaggerBrambleJavaIntegrationTestComponent;
import org.junit.AfterClass; import org.junit.AfterClass;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import java.io.File; import java.io.File;
...@@ -31,7 +32,7 @@ import static org.junit.Assert.assertNotNull; ...@@ -31,7 +32,7 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail; import static org.junit.Assert.fail;
@Ignore("Might fail non-deterministically when bridges are down")
public class BridgeTest extends BrambleTestCase { public class BridgeTest extends BrambleTestCase {
private final static long TIMEOUT = SECONDS.toMillis(23); private final static long TIMEOUT = SECONDS.toMillis(23);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment