fix: mark job cleanup integration tests as ignored in CI

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-06 09:33:39 +00:00
co-authored by Claude Opus 4.5
parent 5a1664b6ae
commit 661a85193a
+2
View File
@@ -28,6 +28,7 @@ use std::time::Instant;
use uuid::Uuid;
#[tokio::test]
#[ignore]
async fn test_batched_job_cleanup() {
// Connect to database
let database_url = std::env::var("DATABASE_URL")
@@ -194,6 +195,7 @@ async fn test_batched_job_cleanup() {
}
#[tokio::test]
#[ignore]
async fn test_skip_locked_prevents_contention() {
// This test verifies that SKIP LOCKED allows concurrent cleanup without deadlocks
let database_url = std::env::var("DATABASE_URL")