Description: Disable sqlite migrate/test-attr tests (permission issues in buildds)
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
@@ -425,15 +425,15 @@ required-features = [
     "macros",
 ]
 
-[[test]]
-name = "sqlite-migrate"
-path = "tests/sqlite/migrate.rs"
-required-features = [
-    "sqlite",
-    "macros",
-    "migrate",
-]
-
+#[[test]]
+#name = "sqlite-migrate"
+#path = "tests/sqlite/migrate.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#    "migrate",
+#]
+#
 [[test]]
 name = "sqlite-rustsec"
 path = "tests/sqlite/rustsec.rs"
@@ -444,15 +444,15 @@ name = "sqlite-sqlcipher"
 path = "tests/sqlite/sqlcipher.rs"
 required-features = ["sqlite"]
 
-[[test]]
-name = "sqlite-test-attr"
-path = "tests/sqlite/test-attr.rs"
-required-features = [
-    "sqlite",
-    "macros",
-    "migrate",
-]
-
+#[[test]]
+#name = "sqlite-test-attr"
+#path = "tests/sqlite/test-attr.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#    "migrate",
+#]
+#
 [[test]]
 name = "sqlite-types"
 path = "tests/sqlite/types.rs"
