Skip to content

Commit

Permalink
disabling geometry switching test for rls branch #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 24, 2024
1 parent c30793f commit e18be83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/jupedsim-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,21 @@ jobs:
cmake -B sumo/build-${{ matrix.build_config }} -DJUPEDSIM_CUSTOMDIR=jupedsim-install-${{ matrix.build_config }} sumo
cmake --build sumo/build-${{ matrix.build_config }} -j4 --config ${{ matrix.build_config }} --target sumo
- name: Building Examples and Tests
- name: Running extra tests from the sumo suite
run: |
cd sumo/build-${{ matrix.build_config }}
$env:TEXTTEST_TMP = "D:/texttest"
$env:TEXTTEST_CI_APPS = "-a sumo.extra"
ctest --build-config ${{ matrix.build_config }} --output-on-failure -R texttest
- name: Running more tests for bleeding edge
if: matrix.jps_version == 'master'
run: |
cd sumo/build-${{ matrix.build_config }}
$env:TEXTTEST_TMP = "D:/texttest"
$env:TEXTTEST_CI_APPS = "-a sumo.extra.jps"
ctest --build-config ${{ matrix.build_config }} --output-on-failure -R texttest
- name: Compressing test results
if: failure()
run: |
Expand Down
6 changes: 0 additions & 6 deletions tests/sumo/pedestrian_model/jupedsim/testsuite.sumo
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ speed_factor

# rerouting with optional rerouters
rerouter

# check correct arrival when there are multiple stops on the same edge
# three_trainStops_at_one_edge (automatically commented due to no test directory being found)

# This test checks the unboarding of passengers, which requires geometry switching.
geometry_switching
2 changes: 2 additions & 0 deletions tests/sumo/pedestrian_model/jupedsim/testsuite.sumo.jps
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This test checks the unboarding of passengers, which requires geometry switching.
geometry_switching

0 comments on commit e18be83

Please sign in to comment.