chore(lib): individually disable tests and examples that aren't updated

This commit is contained in:
Sean McArthur
2019-07-12 13:29:57 -07:00
parent f93463b3d9
commit 5da17df97f
29 changed files with 120 additions and 61 deletions

View File

@@ -121,6 +121,11 @@ where
#[cfg(test)]
mod tests {
// FIXME: re-implement tests with `async/await`, this import should
// trigger a warning to remind us
use crate::Error;
/*
use futures::{future, Async, Future, Poll};
use super::*;
@@ -235,5 +240,6 @@ mod tests {
Ok::<_, ()>(())
}).wait().unwrap();
}
*/
}