Disabled hipgraph tests! (#725)

This commit is contained in:
Pedram Alizadeh
2023-04-13 17:42:05 -04:00
committed by GitHub
parent 7289c05146
commit 53c1c38f0e
9 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, OutOfPlaceGraph)
TEST(AllGather, DISABLED_OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, InPlaceGraph)
TEST(AllGather, DISABLED_InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllGather, ManagedMemGraph)
TEST(AllGather, DISABLED_ManagedMemGraph)
{
TestBed testBed;