Disabled hipgraph tests! (#725)

This commit is contained in:
Pedram Alizadeh
2023-04-13 17:42:05 -04:00
committed by GitHub
szülő 7289c05146
commit 53c1c38f0e
9 fájl változott, egészen pontosan 24 új sor hozzáadva és 24 régi sor törölve
+3 -3
Fájl megtekintése
@@ -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;