From 8da4eb04d48ef89f151d930908805de71937eae8 Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Tue, 28 Nov 2023 09:42:29 +0100 Subject: [PATCH] test: enable test that is supported on v18 Signed-off-by: Andres Taylor --- go/test/endtoend/vtgate/queries/subquery/subquery_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/test/endtoend/vtgate/queries/subquery/subquery_test.go b/go/test/endtoend/vtgate/queries/subquery/subquery_test.go index ae46a99565d..b0c3587cd24 100644 --- a/go/test/endtoend/vtgate/queries/subquery/subquery_test.go +++ b/go/test/endtoend/vtgate/queries/subquery/subquery_test.go @@ -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()