test: get cargo test --tests working (#1205)

Broken tests are disabled
This commit is contained in:
Carl Lerche
2019-06-26 14:40:52 -07:00
committed by GitHub
parent 6316aa1d0b
commit 8404f796ac
18 changed files with 59 additions and 47 deletions
+1
View File
@@ -1,4 +1,5 @@
#![deny(warnings, rust_2018_idioms)]
#![cfg(feature = "broken")]
mod support;
use crate::support::*;