Index: sqlx/Cargo.toml
===================================================================
--- sqlx.orig/Cargo.toml
+++ sqlx/Cargo.toml
@@ -35,15 +35,15 @@ rustdoc-args = [
     "docsrs",
 ]
 
-[[test]]
-name = "any"
-path = "tests/any/any.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 = "any-pool"
+#path = "tests/any/pool.rs"
+#required-features = ["any"]
 
 #[[test]]
 #name = "migrate-macro"
@@ -53,46 +53,46 @@ required-features = ["any"]
 #    "migrate",
 #]
 
-[[test]]
-name = "sqlite"
-path = "tests/sqlite/sqlite.rs"
-required-features = ["sqlite"]
+#[[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-any"
+#path = "tests/sqlite/any.rs"
+#required-features = ["sqlite"]
 
-[[test]]
-name = "sqlite-types"
-path = "tests/sqlite/types.rs"
-required-features = ["sqlite"]
+#[[test]]
+#name = "sqlite-types"
+#path = "tests/sqlite/types.rs"
+#required-features = ["sqlite"]
 
-[[test]]
-name = "sqlite-describe"
-path = "tests/sqlite/describe.rs"
-required-features = ["sqlite"]
+#[[test]]
+#name = "sqlite-describe"
+#path = "tests/sqlite/describe.rs"
+#required-features = ["sqlite"]
 
-[[test]]
-name = "sqlite-macros"
-path = "tests/sqlite/macros.rs"
-required-features = [
-    "sqlite",
-    "macros",
-]
+#[[test]]
+#name = "sqlite-macros"
+#path = "tests/sqlite/macros.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#]
 
-[[test]]
-name = "sqlite-derives"
-path = "tests/sqlite/derives.rs"
-required-features = [
-    "sqlite",
-    "macros",
-]
+#[[test]]
+#name = "sqlite-derives"
+#path = "tests/sqlite/derives.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#]
 
-[[test]]
-name = "sqlite-error"
-path = "tests/sqlite/error.rs"
-required-features = ["sqlite"]
+#[[test]]
+#name = "sqlite-error"
+#path = "tests/sqlite/error.rs"
+#required-features = ["sqlite"]
 
 [[test]]
 name = "sqlite-sqlcipher"
@@ -117,33 +117,33 @@ required-features = [
     "migrate",
 ]
 
-[[test]]
-name = "mysql"
-path = "tests/mysql/mysql.rs"
-required-features = ["mysql"]
+#[[test]]
+#name = "mysql"
+#path = "tests/mysql/mysql.rs"
+#required-features = ["mysql"]
 
-[[test]]
-name = "mysql-types"
-path = "tests/mysql/types.rs"
-required-features = ["mysql"]
+#[[test]]
+#name = "mysql-types"
+#path = "tests/mysql/types.rs"
+#required-features = ["mysql"]
 
-[[test]]
-name = "mysql-describe"
-path = "tests/mysql/describe.rs"
-required-features = ["mysql"]
+#[[test]]
+#name = "mysql-describe"
+#path = "tests/mysql/describe.rs"
+#required-features = ["mysql"]
 
-[[test]]
-name = "mysql-macros"
-path = "tests/mysql/macros.rs"
-required-features = [
-    "mysql",
-    "macros",
-]
+#[[test]]
+#name = "mysql-macros"
+#path = "tests/mysql/macros.rs"
+#required-features = [
+#    "mysql",
+#    "macros",
+#]
 
-[[test]]
-name = "mysql-error"
-path = "tests/mysql/error.rs"
-required-features = ["mysql"]
+#[[test]]
+#name = "mysql-error"
+#path = "tests/mysql/error.rs"
+#required-features = ["mysql"]
 
 [[test]]
 name = "mysql-test-attr"
@@ -163,41 +163,41 @@ required-features = [
     "migrate",
 ]
 
-[[test]]
-name = "postgres"
-path = "tests/postgres/postgres.rs"
-required-features = ["postgres"]
+#[[test]]
+#name = "postgres"
+#path = "tests/postgres/postgres.rs"
+#required-features = ["postgres"]
 
-[[test]]
-name = "postgres-types"
-path = "tests/postgres/types.rs"
-required-features = ["postgres"]
+#[[test]]
+#name = "postgres-types"
+#path = "tests/postgres/types.rs"
+#required-features = ["postgres"]
 
-[[test]]
-name = "postgres-describe"
-path = "tests/postgres/describe.rs"
-required-features = ["postgres"]
+#[[test]]
+#name = "postgres-describe"
+#path = "tests/postgres/describe.rs"
+#required-features = ["postgres"]
 
-[[test]]
-name = "postgres-macros"
-path = "tests/postgres/macros.rs"
-required-features = [
-    "postgres",
-    "macros",
-]
+#[[test]]
+#name = "postgres-macros"
+#path = "tests/postgres/macros.rs"
+#required-features = [
+#    "postgres",
+#    "macros",
+#]
 
-[[test]]
-name = "postgres-derives"
-path = "tests/postgres/derives.rs"
-required-features = [
-    "postgres",
-    "macros",
-]
+#[[test]]
+#name = "postgres-derives"
+#path = "tests/postgres/derives.rs"
+#required-features = [
+#    "postgres",
+#    "macros",
+#]
 
-[[test]]
-name = "postgres-error"
-path = "tests/postgres/error.rs"
-required-features = ["postgres"]
+#[[test]]
+#name = "postgres-error"
+#path = "tests/postgres/error.rs"
+#required-features = ["postgres"]
 
 [[test]]
 name = "postgres-test-attr"
@@ -217,11 +217,11 @@ required-features = [
     "migrate",
 ]
 
-[[bench]]
-name = "sqlite-describe"
-path = "benches/sqlite/describe.rs"
-harness = false
-required-features = ["sqlite"]
+#[[bench]]
+#name = "sqlite-describe"
+#path = "benches/sqlite/describe.rs"
+#harness = false
+#required-features = ["sqlite"]
 
 [dependencies.sqlx-core]
 version = "=0.7.3"
