Skip to content

Commit

Permalink
Disable CPv2 doctest on <5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Apr 8, 2024
1 parent 2d3a05e commit 5feba71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@

import org.neo4j.gds.catalog.GraphStreamRelationshipPropertiesProc;
import org.neo4j.gds.compat.CompatUserAggregationFunction;
import org.neo4j.gds.compat.Neo4jVersion;
import org.neo4j.gds.functions.AsNodeFunc;
import org.neo4j.gds.functions.NodePropertyFunc;
import org.neo4j.gds.junit.annotation.DisableForNeo4jVersion;
import org.neo4j.gds.projection.CypherAggregation;

import java.util.List;

@DisableForNeo4jVersion(Neo4jVersion.V_5_11)
@DisableForNeo4jVersion(Neo4jVersion.V_5_12)
class GraphProjectCypherAggregationDocTest extends SingleFileDocTestBase {
@Override
protected List<Class<?>> functions() {
Expand Down

0 comments on commit 5feba71

Please sign in to comment.