Skip to content

Commit 3acdbfd

Browse files
author
James Miller
committed
ignore inherited environment test under valgrind r=snapshot
1 parent f5036c2 commit 3acdbfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ mod tests {
11601160
11611161
#[test]
11621162
fn test_inherit_env() {
1163+
if running_on_valgrind() { return; }
11631164
11641165
let mut prog = run_env(None);
11651166
let output = str::from_bytes(prog.finish_with_output().output);

0 commit comments

Comments
 (0)