Skip to content

Commit

Permalink
Reenable the test for JuliaLang#22566 on FreeBSD
Browse files Browse the repository at this point in the history
It was disabled in JuliaLang#24037 but reportedly seems to work okay when
isolated into this separate, node 1 only test group.
  • Loading branch information
ararslan committed Jul 25, 2018
1 parent 3974369 commit bd44a7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/stress.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ if !Sys.iswindows()
end

# issue #22566
# issue #24037 (disabling on FreeBSD)
if !Sys.iswindows() && !(Sys.isbsd() && !Sys.isapple())
if !Sys.iswindows()
function test_22566()
fn = tempname()
run(`mkfifo $fn`)
Expand Down

0 comments on commit bd44a7a

Please sign in to comment.