mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Disable tests that hit a race condition in rust-openssl
This commit is contained in:
parent
48b3259c90
commit
86a8c99106
1 changed files with 5 additions and 2 deletions
|
@ -11,13 +11,16 @@ use std::collections::HashMap;
|
|||
use std::sync::mpsc::channel;
|
||||
use url::Url;
|
||||
|
||||
#[test]
|
||||
|
||||
// Disabled, per https://github.com/sfackler/rust-openssl/issues/281
|
||||
//#[test]
|
||||
fn test_exit() {
|
||||
let resource_task = new_resource_task("".to_owned(), None);
|
||||
resource_task.send(ControlMsg::Exit).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
// Disabled, per https://github.com/sfackler/rust-openssl/issues/281
|
||||
//#[test]
|
||||
fn test_bad_scheme() {
|
||||
let resource_task = new_resource_task("".to_owned(), None);
|
||||
let (start_chan, start) = ipc::channel().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue