Description: Disable migrate-macro test (file-not-found without workspace layout)
Author: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Origin: vendor
Forwarded: not-needed
Last-Update: 2026-08-22
---
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -254,14 +254,14 @@ name = "any-pool"
 path = "tests/any/pool.rs"
 required-features = ["any"]
 
-[[test]]
-name = "migrate-macro"
-path = "tests/migrate/macro.rs"
-required-features = [
-    "macros",
-    "migrate",
-]
-
+#[[test]]
+#name = "migrate-macro"
+#path = "tests/migrate/macro.rs"
+#required-features = [
+#    "macros",
+#    "migrate",
+#]
+#
 [[test]]
 name = "mysql"
 path = "tests/mysql/mysql.rs"
