ignore inherited environment test under valgrind r=snapshot
This commit is contained in:
parent
f5036c24df
commit
3acdbfd2c8
@ -1160,6 +1160,7 @@ fn run_env(env: Option<&[(~str, ~str)]>) -> run::Process {
|
||||
|
||||
#[test]
|
||||
fn test_inherit_env() {
|
||||
if running_on_valgrind() { return; }
|
||||
|
||||
let mut prog = run_env(None);
|
||||
let output = str::from_bytes(prog.finish_with_output().output);
|
||||
|
Loading…
Reference in New Issue
Block a user