Skip to content

Commit

Permalink
CI: mark hdf5 as inaccessible on macOS with config-tool instead of pk…
Browse files Browse the repository at this point in the history
…g-config

It is broken with the cmake build. With the previous commit, it now
shows the former as UNEXSKIP instead of ERROR.
  • Loading branch information
eli-schwartz committed Feb 1, 2024
1 parent f5da446 commit b50dd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test cases/frameworks/25 hdf5/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
]
}
},
Expand Down

0 comments on commit b50dd06

Please sign in to comment.