From 33376efc4c1daf53c5509ea5fa7611b18d10416a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 18 Nov 2024 09:18:40 -0800 Subject: [PATCH] tests: HDF5 no longer skips on MacOS The `-show` switch was added into the cmake-generated scripts in HDFGroup/hdf5@6fa09bd and backported to 1.14.5. --- test cases/frameworks/25 hdf5/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/25 hdf5/test.json b/test cases/frameworks/25 hdf5/test.json index 590d4bc20..2448f5742 100644 --- a/test cases/frameworks/25 hdf5/test.json +++ b/test cases/frameworks/25 hdf5/test.json @@ -3,7 +3,7 @@ "options": { "method": [ { "val": "pkg-config", "expect_skip_on_jobname": ["linux-gentoo-gcc"] }, - { "val": "config-tool", "expect_skip_on_jobname": ["macos"] } + { "val": "config-tool" } ] } },