diff --git a/test/gtest/coll/test_allgather.cc b/test/gtest/coll/test_allgather.cc index 0cd88a6263..05c66765e6 100644 --- a/test/gtest/coll/test_allgather.cc +++ b/test/gtest/coll/test_allgather.cc @@ -304,6 +304,7 @@ UCC_TEST_P(test_allgather_alg, alg) } } #else + data_fini(ctxs); GTEST_SKIP() << "linear xgvmi not supported"; #endif }