Skip to content
Snippets Groups Projects
Verified Commit d7492df8 authored by akwizgran's avatar akwizgran
Browse files

Skip UTestTest, which literally fails at random.

parent ebf73716
No related branches found
No related tags found
No related merge requests found
package org.briarproject.bramble.test;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
......@@ -11,6 +12,7 @@ import static org.briarproject.bramble.test.UTest.Result.LARGER;
import static org.briarproject.bramble.test.UTest.Result.SMALLER;
import static org.junit.Assert.assertEquals;
@Ignore
public class UTestTest extends BrambleTestCase {
private final Random random = new Random();
......
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