Skip to content

Commit

Permalink
remove test that cant be run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Dec 21, 2018
1 parent 9e69e42 commit 2a66c0d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/rust_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,18 +232,3 @@ pub fn remove_not_built_with(
}
Ok(total_disk_space)
}

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn test_rustup_toolchain_list_runs() {
rustup_toolchain_list().unwrap();
}

#[test]
fn test_lookup_from_rustup_runs() {
lookup_from_names(rustup_toolchain_list().unwrap().iter().map(|x| x.as_str())).unwrap();
}
}

0 comments on commit 2a66c0d

Please sign in to comment.