Skip to content

Commit

Permalink
Fix upgrade test in release-20 by skipping tests (#16705)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 authored Sep 4, 2024
1 parent bf9d064 commit 44f6390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/test/endtoend/vtgate/queries/dml/insert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ func TestInsertAlias(t *testing.T) {

// TestInsertJson tests that selected json values are encoded correctly.
func TestInsertJson(t *testing.T) {
utils.SkipIfBinaryIsBelowVersion(t, 21, "vttablet")
utils.SkipIfBinaryIsBelowVersion(t, 21, "vtgate")
mcmp, closer := start(t)
defer closer()

Expand Down

0 comments on commit 44f6390

Please sign in to comment.