Disabled hipgraph tests! (#725)

This commit is contained in:
Pedram Alizadeh
2023-04-13 17:42:05 -04:00
committed by GitHub
orang tua 7289c05146
melakukan 53c1c38f0e
9 mengubah file dengan 24 tambahan dan 24 penghapusan
+3 -3
Melihat File
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, OutOfPlaceGraph)
TEST(AllReduce, DISABLED_OutOfPlaceGraph)
{
TestBed testBed;
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, InPlaceGraph)
TEST(AllReduce, DISABLED_InPlaceGraph)
{
TestBed testBed;
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
testBed.Finalize();
}
TEST(AllReduce, ManagedMemGraph)
TEST(AllReduce, DISABLED_ManagedMemGraph)
{
TestBed testBed;