Skip to content

Commit

Permalink
Merge pull request #5973 from edwintorok/wsl2fix
Browse files Browse the repository at this point in the history
fix(WLS): disable non-root unit test
  • Loading branch information
robhoes authored Sep 9, 2024
2 parents 98d4689 + b935761 commit e9da493
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ let test_block () =
in
if Unix.geteuid () = 0 then
run ()
else
Alcotest.check_raises "non-root fails to create blockdevice"
(Failure "with_temp_blk") run
in
test_fd with_make
[("read", read_fd); ("write", write_fd); ("lseek", test_lseek)]
Expand Down

0 comments on commit e9da493

Please sign in to comment.