Disabled hipgraph tests! (#725)
This commit is contained in:
committed by
GitHub
orang tua
7289c05146
melakukan
53c1c38f0e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user