Skip to content

Commit 9d0844d

Browse files
committed
disabling libsumo macos CI tests until #15945
1 parent e170c62 commit 9d0844d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/macos-wheels.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ jobs:
148148
python3 build_config/version.py build_config/setup-traci.py ./setup.py
149149
python3 -m build --wheel
150150
151-
- name: Running libsumo tests
152-
run: |
153-
python3 -m pip install -f tools/dist sumolib traci
154-
python3 -m pip install -f python-wheels libsumo
155-
cd tests
156-
texttest -b ci -v ci -a complex.libsumo
151+
# - name: Running libsumo tests
152+
# run: |
153+
# python3 -m pip install -f tools/dist sumolib traci
154+
# python3 -m pip install -f python-wheels libsumo
155+
# cd tests
156+
# texttest -b ci -v ci -a complex.libsumo
157157

158158
- name: Compressing test results
159159
if: failure()

0 commit comments

Comments
 (0)