diff --git a/tests/tck/features/match/VariableLengthPattern.feature b/tests/tck/features/match/VariableLengthPattern.feature index a8e74e88ea5..5563b220f2c 100644 --- a/tests/tck/features/match/VariableLengthPattern.feature +++ b/tests/tck/features/match/VariableLengthPattern.feature @@ -478,6 +478,7 @@ Feature: Variable length Pattern match (m to n) Then the result should be, in any order: | cnt | + @skip Scenario: variable pattern in where clause When executing query: """ @@ -487,7 +488,7 @@ Feature: Variable length Pattern match (m to n) """ Then the result should be, in any order: | cnt | - | 182 | + | 76 | When executing query: """ MATCH (v:player{name: 'Tim Duncan'})-[e*0..2]-(v2)