ignore inherited environment test under valgrind r=snapshot
This commit is contained in:
parent
f5036c24df
commit
3acdbfd2c8
1 changed files with 1 additions and 0 deletions
|
|
@ -1160,6 +1160,7 @@ mod tests {
|
|||
|
||||
#[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…
Add table
Add a link
Reference in a new issue