Skip to content

Commit f727d7c

Browse files
authored
Use CMakePresets.json workflowPresets testPresets to temporarily (#261)
ignore H5ZFP_UD-h5dump-ud_mesh_convert failure.
1 parent af80431 commit f727d7c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

CMakePresets.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
],
182182
"filter": {
183183
"exclude": {
184-
"name": "H5DUMP-h5ex_d_granularbr"
184+
"name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert"
185185
}
186186
}
187187
},
@@ -198,6 +198,11 @@
198198
"inherits": [
199199
"ci-macos-arm64-Release-Clang"
200200
],
201+
"filter": {
202+
"exclude": {
203+
"name": "H5ZFP_UD-h5dump-ud_mesh_convert"
204+
}
205+
},
201206
"execution": {
202207
"noTestsAction": "error",
203208
"timeout": 180,
@@ -216,7 +221,12 @@
216221
"configurePreset": "ci-StdShar-GNUC",
217222
"inherits": [
218223
"ci-x64-Release-GNUC"
219-
]
224+
],
225+
"filter": {
226+
"exclude": {
227+
"name": "H5ZFP_UD-h5dump-ud_mesh_convert"
228+
}
229+
}
220230
},
221231
{
222232
"name": "ci-StdShar-win-Intel",
@@ -226,7 +236,7 @@
226236
],
227237
"filter": {
228238
"exclude": {
229-
"name": "H5DUMP-h5ex_d_granularbr"
239+
"name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert"
230240
}
231241
},
232242
"condition": {

0 commit comments

Comments
 (0)