diff --git a/test/AllReduce_Clique.cpp b/test/AllReduce_Clique.cpp index 59f53867c5..a4b818d9df 100644 --- a/test/AllReduce_Clique.cpp +++ b/test/AllReduce_Clique.cpp @@ -7,7 +7,7 @@ #include namespace RcclUnitTesting { - TEST(AllReduce, Clique) + TEST(AllReduce, DISABLED_Clique) { // Set clique env var prior to TestBed setenv("RCCL_ENABLE_CLIQUE", "1", 1);