Skip to content

Commit e22318a

Browse files
committed
Ignore tests with intended race condition
1 parent b35a2d3 commit e22318a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

soot-infoflow/test/soot/jimple/infoflow/test/junit/MultiTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import java.util.List;
1515

1616
import org.junit.Assert;
17+
import org.junit.Ignore;
1718
import org.junit.Test;
1819

1920
import soot.jimple.infoflow.IInfoflow;
@@ -160,6 +161,7 @@ public void sameSourceMultiTest1() {
160161
Assert.assertEquals(2, infoflow.getResults().numConnections());
161162
}
162163

164+
@Ignore("Race condition by design")
163165
@Test(timeout = 300000)
164166
public void stopAfterFirstKFlowsTest0() {
165167
IInfoflow infoflow = initInfoflow();
@@ -180,6 +182,7 @@ public void stopAfterFirstKFlowsTest1() {
180182
checkInfoflow(infoflow, 2);
181183
}
182184

185+
@Ignore("Race condition by design")
183186
@Test(timeout = 300000)
184187
public void stopAfterFirstKFlowsTest2() {
185188
IInfoflow infoflow = initInfoflow();

0 commit comments

Comments
 (0)