Skip to content

Commit

Permalink
tests: HDF5 no longer skips on MacOS
Browse files Browse the repository at this point in the history
The `-show` switch was added into the cmake-generated scripts in
HDFGroup/hdf5@6fa09bd and backported to 1.14.5.
  • Loading branch information
dcbaker authored and eli-schwartz committed Nov 18, 2024
1 parent 731dcdf commit 33376ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test cases/frameworks/25 hdf5/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
},
Expand Down

0 comments on commit 33376ef

Please sign in to comment.