From b50dd0607d7731308533538efce134a2bde077a2 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 31 Jan 2024 23:12:30 -0500 Subject: [PATCH] CI: mark hdf5 as inaccessible on macOS with config-tool instead of pkg-config It is broken with the cmake build. With the previous commit, it now shows the former as UNEXSKIP instead of ERROR. --- test cases/frameworks/25 hdf5/test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test cases/frameworks/25 hdf5/test.json b/test cases/frameworks/25 hdf5/test.json index dd073ece9..e42be3d65 100644 --- a/test cases/frameworks/25 hdf5/test.json +++ b/test cases/frameworks/25 hdf5/test.json @@ -2,8 +2,8 @@ "matrix": { "options": { "method": [ - { "val": "pkg-config", "skip_on_jobname": ["macos"] }, - { "val": "config-tool" } + { "val": "pkg-config" }, + { "val": "config-tool", "skip_on_jobname": ["macos"] } ] } },