diff --git a/cpp/tests/traversal/mg_bfs_test.cpp b/cpp/tests/traversal/mg_bfs_test.cpp index 4376e72ed12..aa59719f814 100644 --- a/cpp/tests/traversal/mg_bfs_test.cpp +++ b/cpp/tests/traversal/mg_bfs_test.cpp @@ -139,7 +139,7 @@ class Tests_MGBFS : public ::testing::TestWithParam(nullptr), d_mg_source ? size_t{1} : size_t{0}, - false, + mg_graph_view.is_symmetric() ? true : false, std::numeric_limits::max()); if (cugraph::test::g_perf) {