Skip to content

Commit d48c468

Browse files
committed
chore: remoev pg regress tests for now
1 parent a2a2c67 commit d48c468

File tree

6,372 files changed

+2
-204215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,372 files changed

+2
-204215
lines changed

crates/pg_syntax/tests/pg_syntax_tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const SNAPSHOTS_PATH: &str = "snapshots/data";
1414

1515
#[test]
1616
fn valid_statements() {
17-
for path in [VALID_STATEMENTS_PATH, POSTGRES_REGRESS_PATH] {
17+
// dont do postgres regress tests for now
18+
for path in [VALID_STATEMENTS_PATH] {
1819
let mut paths: Vec<_> = fs::read_dir(path).unwrap().map(|r| r.unwrap()).collect();
1920
paths.sort_by_key(|dir| dir.path());
2021

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 73 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 53 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 73 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 31 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 8 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 73 deletions
This file was deleted.

crates/pg_syntax/tests/snapshots/postgres_regress/[email protected]

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)