aboutsummaryrefslogtreecommitdiffstats
path: root/lib/api-config/src/schema/list_schemas.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api-config/src/schema/list_schemas.rs')
-rw-r--r--lib/api-config/src/schema/list_schemas.rs2
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;