Skip to content

Commit

Permalink
fix e2e test for v18 as it is a regression
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Dec 21, 2023
1 parent 51639c1 commit 1de4e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/vtgate/queries/subquery/subquery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func TestSubqueryInReference(t *testing.T) {

// TestSubqueryInAggregation validates that subquery work inside aggregation functions.
func TestSubqueryInAggregation(t *testing.T) {
utils.SkipIfBinaryIsBelowVersion(t, 19, "vtgate")
mcmp, closer := start(t)
defer closer()

Expand Down

0 comments on commit 1de4e76

Please sign in to comment.