mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
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:
co-authored by
Claude Opus 4.5
parent
5a1664b6ae
commit
661a85193a
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user