Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Apr 17, 2020
1 parent 6466483 commit f0bcaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-host/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn smoke_boot_time() -> Result<(), Box<dyn Error>> {
}

#[test]
#[ignore] // TODO: Broken for Windows environments, heap corruption?
#[ignore] // TODO: Broken for Windows environments, heap corruption?
fn smoke_users() -> Result<(), Box<dyn Error>> {
for user in host::users()? {
let user = user?;
Expand Down

0 comments on commit f0bcaae

Please sign in to comment.