Skip to content

Commit

Permalink
Remove windows ODE Interface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Mar 25, 2024
1 parent d6232c8 commit 952a751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ ReTestItems.runtests(joinpath(@__DIR__, "mirk/"))
ReTestItems.runtests(joinpath(@__DIR__, "misc/"))
ReTestItems.runtests(joinpath(@__DIR__, "shooting/"))

# Wrappers like ODEInterface don't support parallel testing
ReTestItems.runtests(joinpath(@__DIR__, "wrappers/"); nworkers = 0)
if !Sys.iswindows()
# Wrappers like ODEInterface don't support parallel testing
ReTestItems.runtests(joinpath(@__DIR__, "wrappers/"); nworkers = 0)
end

0 comments on commit 952a751

Please sign in to comment.