From a94ced8dd08a60e6354f1828774e56f3e17aa8b0 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 12 Aug 2014 20:14:21 -0700 Subject: [PATCH] Re-disable in-crate tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 16f22c40..5c29e282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Steven Fackler " ] name = "postgres" path = "src/lib.rs" +test = false [[test]]