Skip to content

Commit ddd1630

Browse files
test: Remove unreachable test skipping (#16265)
Signed-off-by: Graham Campbell <hello@gjcampbell.co.uk>
1 parent 2c8099b commit ddd1630

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

go/test/endtoend/vtgate/queries/subquery/subquery_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ func TestNotINQueries(t *testing.T) {
8080

8181
}
8282

83-
// Test only supported in >= v16.0.0
8483
func TestSubqueriesExists(t *testing.T) {
85-
utils.SkipIfBinaryIsBelowVersion(t, 16, "vtgate")
8684
mcmp, closer := start(t)
8785
defer closer()
8886

go/test/endtoend/vtgate/schematracker/sharded/st_sharded_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@ func TestDMLOnNewTable(t *testing.T) {
296296

297297
// TestNewView validates that view tracking works as expected.
298298
func TestNewView(t *testing.T) {
299-
utils.SkipIfBinaryIsBelowVersion(t, 16, "vtgate")
300-
utils.SkipIfBinaryIsBelowVersion(t, 16, "vttablet")
301-
302299
ctx := context.Background()
303300
conn, err := mysql.Connect(ctx, &vtParams)
304301
require.NoError(t, err)
@@ -321,9 +318,6 @@ func TestNewView(t *testing.T) {
321318

322319
// TestViewAndTable validates that new column added in table is present in the view definition
323320
func TestViewAndTable(t *testing.T) {
324-
utils.SkipIfBinaryIsBelowVersion(t, 16, "vtgate")
325-
utils.SkipIfBinaryIsBelowVersion(t, 16, "vttablet")
326-
327321
ctx := context.Background()
328322
conn, err := mysql.Connect(ctx, &vtParams)
329323
require.NoError(t, err)

0 commit comments

Comments
 (0)