File tree Expand file tree Collapse file tree
soot-infoflow/test/soot/jimple/infoflow/test/junit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414import java .util .List ;
1515
1616import org .junit .Assert ;
17+ import org .junit .Ignore ;
1718import org .junit .Test ;
1819
1920import 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 ();
You can’t perform that action at this time.
0 commit comments