Skip to content

Commit a41b6e5

Browse files
committed
Hm check if HDF5 is the culprit
1 parent e8c3efb commit a41b6e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/SerialIOTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ TEST_CASE("char_roundtrip", "[serial]")
184184
{
185185
for (auto const &t : testedFileExtensions())
186186
{
187+
if (t == "h5")
188+
continue;
187189
char_roundtrip(t);
188190
}
189191
}

0 commit comments

Comments
 (0)