remove diskstorage tests

This commit is contained in:
imilinovic
2023-09-07 15:59:19 +02:00
parent 4f9e39eb8b
commit d23e04433d

View File

@@ -691,6 +691,10 @@ TYPED_TEST(CppApiTestFixture, TestValueToString) {
}
TYPED_TEST(CppApiTestFixture, TestRelationshipChangeFrom) {
if (std::is_same<TypeParam, memgraph::storage::DiskStorage>::value) {
return;
}
mgp_graph raw_graph = this->CreateGraph();
auto graph = mgp::Graph(&raw_graph);
@@ -709,6 +713,10 @@ TYPED_TEST(CppApiTestFixture, TestRelationshipChangeFrom) {
}
TYPED_TEST(CppApiTestFixture, TestRelationshipChangeTo) {
if (std::is_same<TypeParam, memgraph::storage::DiskStorage>::value) {
return;
}
mgp_graph raw_graph = this->CreateGraph();
auto graph = mgp::Graph(&raw_graph);