Skip to content

Commit

Permalink
I added a testcase but did not finish it. It currently fails. Thus di…
Browse files Browse the repository at this point in the history
…sabling it.
  • Loading branch information
kainagel committed Apr 22, 2024
1 parent 9d45f37 commit 8a21956
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.matsim.api.core.v01.Scenario;
Expand All @@ -24,6 +25,7 @@ class PreplanningEngineTest{

@RegisterExtension private MatsimTestUtils utils = new MatsimTestUtils();

@Disabled
@Test public void test() {
// I am interested here in testing this NOT with DRT but with other modes. kai, apr'24
// In the somewhat longer run, should work together with fleetpy (of TUM). kai, apr'24
Expand Down

0 comments on commit 8a21956

Please sign in to comment.