in_progress: trying to ignore test_change_stream

pull/48/head
inv2004 6 years ago
parent 365957e0e8
commit b0ddff5dfc

@ -6,6 +6,7 @@ use std::time::Duration;
use mongo_driver::client::{ClientPool,Uri}; use mongo_driver::client::{ClientPool,Uri};
#[cfg_attr(target_os = "windows", ignore)]
#[test] #[test]
fn test_change_stream() { fn test_change_stream() {
let uri = Uri::new("mongodb://localhost:27017/").unwrap(); let uri = Uri::new("mongodb://localhost:27017/").unwrap();

@ -81,7 +81,6 @@ fn test_get_server_status() {
assert!(status.contains_key("version")); assert!(status.contains_key("version"));
} }
#[cfg_attr(target_os = "windows", ignore)]
#[test] #[test]
fn test_read_command_with_opts() { fn test_read_command_with_opts() {
let uri = Uri::new("mongodb://localhost:27017/").unwrap(); let uri = Uri::new("mongodb://localhost:27017/").unwrap();

Loading…
Cancel
Save