Disabled hipgraph tests! (#725)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, OutOfPlaceGraph)
|
||||
TEST(Gather, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, InPlaceGraph)
|
||||
TEST(Gather, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Gather, ManagedMemGraph)
|
||||
TEST(Gather, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user