diff --git a/.github/workflows/minizinc-test.yml b/.github/workflows/minizinc-test.yml index 308f9bc..0c9b3ca 100644 --- a/.github/workflows/minizinc-test.yml +++ b/.github/workflows/minizinc-test.yml @@ -88,4 +88,4 @@ jobs: shell: bash -l {0} run: | cd libminizinc/tests - pytest -k "not test_output_checker and not test_var_set_element and not bug269 and not bug347 and not test-search1 and not test_vis_ann and not test_vis_custom and not test_array_dzn_output and not test_json_section and not test_run_fzn" --driver=../../MiniZincIDE-${{ matrix.minizincversion }}-bundle-linux-x86_64/bin + pytest -k "not test_output_checker and not test_vis_ann and not test_vis_custom and not test_array_dzn_output and not test_json_section and not test_run_fzn" --driver=../../MiniZincIDE-${{ matrix.minizincversion }}-bundle-linux-x86_64/bin