diff --git a/test/st/cpp/src/base/collective_test.cpp b/test/st/cpp/src/base/collective_test.cpp index 996c946cf4f1a190d6aee1f6a2e35069c01fdf1b..3a327d66c71d5bbdeef51f4f452421c043b34cd3 100644 --- a/test/st/cpp/src/base/collective_test.cpp +++ b/test/st/cpp/src/base/collective_test.cpp @@ -81,6 +81,7 @@ TEST_F(CollectiveTest, InvalidGroupNameTest) "groupName is invalid. It should match the regex"); } +#if 0 /** * @title: InitCollectiveGroup函数调用成功 * @step: 1.创建CollectiveActor实例 @@ -358,12 +359,4 @@ TEST_F(CollectiveTest, ScatterTest) YR::Collective::DestroyCollectiveGroup(groupName); } - -/** - * todo - * 6. IBVERBS - * 9. 重复创建报错? - * 10. driver也作为一个rank,如何获取自己的instanceID - * 11. 能否动态增删rank - * 12. ds中的值会删不掉,现在一定要显式调destroy才行 - */ +#endif