Skip to content

Commit

Permalink
Skip TestInsertAlias
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jul 31, 2024
1 parent 5612637 commit b53fb49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,11 @@ func TestMixedCases(t *testing.T) {

// TestInsertAlias test the alias feature in insert statement.
func TestInsertAlias(t *testing.T) {
// keeping the skip here since we need both binaries to be a certain version
// this is totally incompatible with the upgrade/downgrade's logic
utils.SkipIfBinaryIsBelowVersion(t, 20, "vtgate")
utils.SkipIfBinaryIsBelowVersion(t, 20, "vttablet")

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

Expand Down

0 comments on commit b53fb49

Please sign in to comment.