Is it this?
Rust Build / Rustfmt (pull_request) Successful in 37s
Rust Build / Test Suite (pull_request) Has been cancelled

This commit is contained in:
2026-06-18 18:04:15 -04:00
parent 1ec248633f
commit 45c80e7a2f
+2
View File
@@ -769,6 +769,7 @@ async fn test_create_scheduled_message() {
} }
} }
/*
match request::message::scheduling::create_scheduled_message_event( match request::message::scheduling::create_scheduled_message_event(
&app, &app,
&contact_id, &contact_id,
@@ -788,6 +789,7 @@ async fn test_create_scheduled_message() {
assert!(false, "Error: {err:?}"); assert!(false, "Error: {err:?}");
} }
} }
*/
let _ = db_mgr::drop_database(&tm_pool, &db_name).await; let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
} }