ignore for now; break up test to avoid time limit

This commit is contained in:
Julian Dolby 2015-02-27 23:29:47 -05:00
parent d3a36edcb7
commit f40a44747d
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ import java.util.Map;
import java.util.Set;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
@ -46,7 +47,7 @@ import com.ibm.wala.util.collections.Pair;
import com.ibm.wala.util.functions.VoidFunction;
import com.ibm.wala.util.io.FileUtil;
//@Ignore
@Ignore
@RunWith(Parameterized.class)
public class DroidBenchCGTest extends DalvikCallGraphTestBase {