From 41908e96beb78e1992bdaf98b9745063871ffb79 Mon Sep 17 00:00:00 2001 From: Sven Thiele Date: Fri, 11 Oct 2024 10:39:43 +0200 Subject: [PATCH] Remove old exceptions --- .github/workflows/minizinc-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minizinc-test.yml b/.github/workflows/minizinc-test.yml index 308f9bc..449a1de 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_array_dzn_output and not test_json_section and not test_run_fzn" --driver=../../MiniZincIDE-${{ matrix.minizincversion }}-bundle-linux-x86_64/bin