diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-02 14:27:45 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-02 14:27:45 +0200 |
| commit | 8bc645b006080b860e40c0ff55b485125dc6157d (patch) | |
| tree | 8344e498fa50dc237f0f1fdbde2e38305da2fdfe /lib/api-config/src/schema/list_schemas.rs | |
| parent | daeb5311840680599a0ce6e49d181b9289010f68 (diff) | |
| download | warden-8bc645b006080b860e40c0ff55b485125dc6157d.tar.bz2 warden-8bc645b006080b860e40c0ff55b485125dc6157d.zip | |
Diffstat (limited to 'lib/api-config/src/schema/list_schemas.rs')
| -rw-r--r-- | lib/api-config/src/schema/list_schemas.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
