Skip to content

Commit

Permalink
disable test that requires user interaction (OTFVis)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrieser committed Apr 12, 2021
1 parent ad198d1 commit 6af0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/matsim/project/RunMatsimTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class RunMatsimTest {

@Rule public MatsimTestUtils utils = new MatsimTestUtils() ;

@Test
@Test @Ignore("OTFVis does not work on build server")
public final void test() {

try {
Expand Down

0 comments on commit 6af0997

Please sign in to comment.