Description: Disable remaining tests/benches that need sqlx_test / live DBs / trybuild
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
@@ -244,16 +244,16 @@ uuid = [
 name = "sqlx"
 path = "src/lib.rs"
 
-[[test]]
-name = "any"
-path = "tests/any/any.rs"
-required-features = ["any"]
-
-[[test]]
-name = "any-pool"
-path = "tests/any/pool.rs"
-required-features = ["any"]
-
+#[[test]]
+#name = "any"
+#path = "tests/any/any.rs"
+#required-features = ["any"]
+#
+#[[test]]
+#name = "any-pool"
+#path = "tests/any/pool.rs"
+#required-features = ["any"]
+#
 #[[test]]
 #name = "migrate-macro"
 #path = "tests/migrate/macro.rs"
@@ -262,36 +262,37 @@ required-features = ["any"]
 #    "migrate",
 #]
 #
-[[test]]
-name = "mysql"
-path = "tests/mysql/mysql.rs"
-required-features = ["mysql"]
-
-[[test]]
-name = "mysql-derives"
-path = "tests/mysql/derives.rs"
-required-features = [
-    "mysql",
-    "derive",
-]
-
-[[test]]
-name = "mysql-describe"
-path = "tests/mysql/describe.rs"
-required-features = ["mysql"]
-
-[[test]]
-name = "mysql-error"
-path = "tests/mysql/error.rs"
-required-features = ["mysql"]
-
-[[test]]
-name = "mysql-macros"
-path = "tests/mysql/macros.rs"
-required-features = [
-    "mysql",
-    "macros",
-]
+#[[test]]
+#name = "mysql"
+#path = "tests/mysql/mysql.rs"
+#required-features = ["mysql"]
+#
+#[[test]]
+#name = "mysql-derives"
+#path = "tests/mysql/derives.rs"
+#required-features = [
+#    "mysql",
+#    "derive",
+#]
+#
+#[[test]]
+#name = "mysql-describe"
+#path = "tests/mysql/describe.rs"
+#required-features = ["mysql"]
+#
+#[[test]]
+#name = "mysql-error"
+#path = "tests/mysql/error.rs"
+#required-features = ["mysql"]
+#
+#[[test]]
+#name = "mysql-macros"
+#path = "tests/mysql/macros.rs"
+#required-features = [
+#    "mysql",
+#    "macros",
+#]
+#
 
 #[[test]]
 #name = "mysql-migrate"
@@ -302,10 +303,11 @@ required-features = [
 #    "migrate",
 #]
 #
-[[test]]
-name = "mysql-rustsec"
-path = "tests/mysql/rustsec.rs"
-required-features = ["mysql"]
+#[[test]]
+#name = "mysql-rustsec"
+#path = "tests/mysql/rustsec.rs"
+#required-features = ["mysql"]
+#
 
 #[[test]]
 #name = "mysql-test-attr"
@@ -316,41 +318,42 @@ required-features = ["mysql"]
 #    "migrate",
 #]
 #
-[[test]]
-name = "mysql-types"
-path = "tests/mysql/types.rs"
-required-features = ["mysql"]
-
-[[test]]
-name = "postgres"
-path = "tests/postgres/postgres.rs"
-required-features = ["postgres"]
-
-[[test]]
-name = "postgres-derives"
-path = "tests/postgres/derives.rs"
-required-features = [
-    "postgres",
-    "macros",
-]
-
-[[test]]
-name = "postgres-describe"
-path = "tests/postgres/describe.rs"
-required-features = ["postgres"]
-
-[[test]]
-name = "postgres-error"
-path = "tests/postgres/error.rs"
-required-features = ["postgres"]
-
-[[test]]
-name = "postgres-macros"
-path = "tests/postgres/macros.rs"
-required-features = [
-    "postgres",
-    "macros",
-]
+#[[test]]
+#name = "mysql-types"
+#path = "tests/mysql/types.rs"
+#required-features = ["mysql"]
+#
+#[[test]]
+#name = "postgres"
+#path = "tests/postgres/postgres.rs"
+#required-features = ["postgres"]
+#
+#[[test]]
+#name = "postgres-derives"
+#path = "tests/postgres/derives.rs"
+#required-features = [
+#    "postgres",
+#    "macros",
+#]
+#
+#[[test]]
+#name = "postgres-describe"
+#path = "tests/postgres/describe.rs"
+#required-features = ["postgres"]
+#
+#[[test]]
+#name = "postgres-error"
+#path = "tests/postgres/error.rs"
+#required-features = ["postgres"]
+#
+#[[test]]
+#name = "postgres-macros"
+#path = "tests/postgres/macros.rs"
+#required-features = [
+#    "postgres",
+#    "macros",
+#]
+#
 
 #[[test]]
 #name = "postgres-migrate"
@@ -366,14 +369,15 @@ required-features = [
 #path = "tests/postgres/query_builder.rs"
 #required-features = ["postgres"]
 #
-[[test]]
-name = "postgres-rustsec"
-path = "tests/postgres/rustsec.rs"
-required-features = [
-    "postgres",
-    "macros",
-    "migrate",
-]
+#[[test]]
+#name = "postgres-rustsec"
+#path = "tests/postgres/rustsec.rs"
+#required-features = [
+#    "postgres",
+#    "macros",
+#    "migrate",
+#]
+#
 
 #[[test]]
 #name = "postgres-test-attr"
@@ -384,46 +388,47 @@ required-features = [
 #    "migrate",
 #]
 #
-[[test]]
-name = "postgres-types"
-path = "tests/postgres/types.rs"
-required-features = ["postgres"]
-
-[[test]]
-name = "sqlite"
-path = "tests/sqlite/sqlite.rs"
-required-features = ["sqlite"]
-
-[[test]]
-name = "sqlite-any"
-path = "tests/sqlite/any.rs"
-required-features = ["sqlite"]
-
-[[test]]
-name = "sqlite-derives"
-path = "tests/sqlite/derives.rs"
-required-features = [
-    "sqlite",
-    "macros",
-]
-
-[[test]]
-name = "sqlite-describe"
-path = "tests/sqlite/describe.rs"
-required-features = ["sqlite"]
-
-[[test]]
-name = "sqlite-error"
-path = "tests/sqlite/error.rs"
-required-features = ["sqlite"]
-
-[[test]]
-name = "sqlite-macros"
-path = "tests/sqlite/macros.rs"
-required-features = [
-    "_sqlite",
-    "macros",
-]
+#[[test]]
+#name = "postgres-types"
+#path = "tests/postgres/types.rs"
+#required-features = ["postgres"]
+#
+#[[test]]
+#name = "sqlite"
+#path = "tests/sqlite/sqlite.rs"
+#required-features = ["sqlite"]
+#
+#[[test]]
+#name = "sqlite-any"
+#path = "tests/sqlite/any.rs"
+#required-features = ["sqlite"]
+#
+#[[test]]
+#name = "sqlite-derives"
+#path = "tests/sqlite/derives.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#]
+#
+#[[test]]
+#name = "sqlite-describe"
+#path = "tests/sqlite/describe.rs"
+#required-features = ["sqlite"]
+#
+#[[test]]
+#name = "sqlite-error"
+#path = "tests/sqlite/error.rs"
+#required-features = ["sqlite"]
+#
+#[[test]]
+#name = "sqlite-macros"
+#path = "tests/sqlite/macros.rs"
+#required-features = [
+#    "_sqlite",
+#    "macros",
+#]
+#
 
 #[[test]]
 #name = "sqlite-migrate"
@@ -434,15 +439,16 @@ required-features = [
 #    "migrate",
 #]
 #
-[[test]]
-name = "sqlite-rustsec"
-path = "tests/sqlite/rustsec.rs"
-required-features = ["sqlite", "macros"]
-
-[[test]]
-name = "sqlite-sqlcipher"
-path = "tests/sqlite/sqlcipher.rs"
-required-features = ["sqlite"]
+#[[test]]
+#name = "sqlite-rustsec"
+#path = "tests/sqlite/rustsec.rs"
+#required-features = ["sqlite", "macros"]
+#
+#[[test]]
+#name = "sqlite-sqlcipher"
+#path = "tests/sqlite/sqlcipher.rs"
+#required-features = ["sqlite"]
+#
 
 #[[test]]
 #name = "sqlite-test-attr"
@@ -453,20 +459,20 @@ required-features = ["sqlite"]
 #    "migrate",
 #]
 #
-[[test]]
-name = "sqlite-types"
-path = "tests/sqlite/types.rs"
-required-features = ["sqlite"]
-
-[[test]]
-name = "ui-tests"
-path = "tests/ui-tests.rs"
-
-[[bench]]
-name = "sqlite-describe"
-path = "benches/sqlite/describe.rs"
-harness = false
-required-features = ["sqlite"]
+#[[test]]
+#name = "sqlite-types"
+#path = "tests/sqlite/types.rs"
+#required-features = ["sqlite"]
+#
+#[[test]]
+#name = "ui-tests"
+#path = "tests/ui-tests.rs"
+#
+#[[bench]]
+#name = "sqlite-describe"
+#path = "benches/sqlite/describe.rs"
+#harness = false
+#required-features = ["sqlite"]
 
 [dependencies.sqlx-core]
 version = "=0.9.0"
