From 8bc645b006080b860e40c0ff55b485125dc6157d Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Thu, 2 Apr 2026 14:27:45 +0200 Subject: test(api): schema --- lib/api-config/src/schema/list_schemas.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/api-config/src/schema/list_schemas.rs') diff --git a/lib/api-config/src/schema/list_schemas.rs b/lib/api-config/src/schema/list_schemas.rs index 0b539ed..5e8c0aa 100644 --- a/lib/api-config/src/schema/list_schemas.rs +++ b/lib/api-config/src/schema/list_schemas.rs @@ -145,6 +145,7 @@ mod tests { migrator = "crate::MIGRATOR", fixtures(path = "../../tests/fixtures", scripts("schema")) )] + #[ignore = "requires live db"] async fn test_forward_pagination(pool: PgPool) -> anyhow::Result<()> { let get_count = 2; @@ -186,6 +187,7 @@ mod tests { migrator = "crate::MIGRATOR", fixtures(path = "../../tests/fixtures", scripts("schema")) )] + #[ignore = "requires live db"] async fn test_backward_pagination(pool: PgPool) -> anyhow::Result<()> { let get_count = 2; -- cgit v1.2.3