Skip to content

Commit

Permalink
test: remove skipping line
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Dec 28, 2024
1 parent 739e691 commit 8d28914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/test/endtoend/vtgate/queries/misc/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ func TestTimeZones(t *testing.T) {

// TestSemiJoin tests that the semi join works as intended.
func TestSemiJoin(t *testing.T) {
utils.SkipIfBinaryIsBelowVersion(t, 22, "vtgate")
mcmp, closer := start(t)
defer closer()

Expand Down

0 comments on commit 8d28914

Please sign in to comment.