Disabled hipgraph tests! (#725)

This commit is contained in:
Pedram Alizadeh
2023-04-13 17:42:05 -04:00
کامیت شده توسط GitHub
والد 7289c05146
کامیت 53c1c38f0e
9فایلهای تغییر یافته به همراه24 افزوده شده و 24 حذف شده
+3 -3
مشاهده پرونده
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, OutOfPlaceGraph)
TEST(ReduceScatter, DISABLED_OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, InPlaceGraph)
TEST(ReduceScatter, DISABLED_InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(ReduceScatter, ManagedMemGraph)
TEST(ReduceScatter, DISABLED_ManagedMemGraph)
{
TestBed testBed;