Skip to content

Commit

Permalink
test: enable test that is supported on v18
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Nov 28, 2023
1 parent 2464ab5 commit 8da4eb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/test/endtoend/vtgate/queries/subquery/subquery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ func TestSubqueriesHasValues(t *testing.T) {
}

func TestNotINQueries(t *testing.T) {
utils.SkipIfBinaryIsBelowVersion(t, 19, "vtgate")

// Tests NOT IN where the RHS contains all rows, some rows and no rows
mcmp, closer := start(t)
defer closer()
Expand Down

0 comments on commit 8da4eb0

Please sign in to comment.