Skip to content

Commit 580ee09

Browse files
committed
Exclude ADIOS1 from variableBasedSeries test
1 parent 4a4bb7a commit 580ee09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/SerialIOTest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5747,6 +5747,10 @@ TEST_CASE("variableBasedSeries", "[serial][adios2]")
57475747
{
57485748
for (auto const &[backend_name, t] : testedBackends())
57495749
{
5750+
if (backend_name == "adios1")
5751+
{
5752+
continue;
5753+
}
57505754
variableBasedSeries(
57515755
"../samples/variableBasedSeries." + t,
57525756
R"({"backend": ")" + backend_name + R"("})");

0 commit comments

Comments
 (0)