Skip to content

Commit a57bac8

Browse files
committed
properly ignore
1 parent 4f37f2b commit a57bac8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/squawk_parser/tests/tests.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ fn parser(fixture: Fixture<&str>) {
5959
#[dir_test(
6060
dir: "$CARGO_MANIFEST_DIR/tests/data/regression_suite",
6161
glob: "*.sql",
62+
63+
)]
64+
#[dir_test_attr(
65+
#[ignore]
6266
)]
6367
fn regression_suite(fixture: Fixture<&str>) {
6468
let content = fixture.content();

0 commit comments

Comments
 (0)