Skip to content

Commit

Permalink
test: temporarily add a failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jun 17, 2024
1 parent 417d9f7 commit 51cb8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/test/endtoend/vtgate/vitess_tester/queries.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ SELECT user.id
FROM user
left join (SELECT id FROM user) t(uid) on t.uid = user.id;

# Temporarily added to check for failures
SELECT * from uknown_table syntax error;

0 comments on commit 51cb8f9

Please sign in to comment.