Skip to content

Commit

Permalink
Skip json test for older versions
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Sep 4, 2024
1 parent ca8ee07 commit cff441d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/test/endtoend/vtgate/queries/dml/insert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ func TestMixedCases(t *testing.T) {

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

mcmp, closer := start(t)
defer closer()

Expand Down

0 comments on commit cff441d

Please sign in to comment.