Disabled hipgraph tests! (#725)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
7289c05146
commit
53c1c38f0e
@@ -26,7 +26,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, OutOfPlaceGraph)
|
||||
TEST(Reduce, DISABLED_OutOfPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, InPlaceGraph)
|
||||
TEST(Reduce, DISABLED_InPlaceGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace RcclUnitTesting
|
||||
testBed.Finalize();
|
||||
}
|
||||
|
||||
TEST(Reduce, ManagedMemGraph)
|
||||
TEST(Reduce, DISABLED_ManagedMemGraph)
|
||||
{
|
||||
TestBed testBed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user