Skip to content

Commit

Permalink
ignored the compTests tracked in issue draeger-lab#36
Browse files Browse the repository at this point in the history
  • Loading branch information
hemilpanchiwala committed May 19, 2020
1 parent 06e43af commit 0af04fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/java/org/simulator/comp/CompSimulatorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ public CompSimulatorTest(String resource) {

@Parameterized.Parameters(name= "{index}: {0}")
public static Iterable<Object[]> data(){
HashSet<String> skip = null;
HashSet<String> skip = new HashSet<>();
skip.add("test6.xml");
skip.add("test7.xml");
skip.add("test8.xml");
skip.add("test9.xml");
skip.add("test10.xml");
String filter = null;

// find all comp models
Expand Down

0 comments on commit 0af04fd

Please sign in to comment.