Skip to content

Commit

Permalink
Enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Feb 7, 2021
1 parent 40c8737 commit c2c83c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sqlparser_regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ macro_rules! tpch_tests {
let dialect = GenericDialect {};

let res = Parser::parse_sql(&dialect, QUERIES[$value -1]);
// Ignore 6.sql and 22.sql
if $value != 6 && $value != 22 {
// Ignore 22.sql
if $value != 22 {
assert!(res.is_ok());
}
}
Expand Down

0 comments on commit c2c83c1

Please sign in to comment.