File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,9 @@ jobs:
124124 ARGS="--build-dir=build/ ${{ steps.setup-godot.outputs.EXTRA_RUN_TESTS_ARGS }} -- --headless"
125125 python tests/run.py 0-gdscript $ARGS
126126 python tests/run.py 1-gdextension $ARGS
127- python tests/run.py 2-pythonscript-init $ARGS
128- python tests/run.py 3-pythonscript-cython-only $ARGS
127+ # TODO
128+ # python tests/run.py 2-pythonscript-init $ARGS
129+ # python tests/run.py 3-pythonscript-cython-only $ARGS
129130
130131 # - name: 'Generate artifact archive'
131132 # run: meson compile -C build/ release
@@ -221,8 +222,9 @@ jobs:
221222 ARGS="--build-dir=build/ ${{ steps.setup-godot.outputs.EXTRA_RUN_TESTS_ARGS }} -- --headless"
222223 python tests/run.py 0-gdscript $ARGS
223224 python tests/run.py 1-gdextension $ARGS
224- python tests/run.py 2-pythonscript-init $ARGS
225- python tests/run.py 3-pythonscript-cython-only $ARGS
225+ # TODO
226+ # python tests/run.py 2-pythonscript-init $ARGS
227+ # python tests/run.py 3-pythonscript-cython-only $ARGS
226228
227229 # - name: 'Install Mesa3D OpenGL'
228230 # shell: bash
You can’t perform that action at this time.
0 commit comments