Skip to content

Commit

Permalink
actually run braginskii test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Sep 29, 2024
1 parent 760d62b commit 2c6f453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/test/braginskii_electrons_imex_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function runtests()
@testset "Braginskii electron IMEX timestepping" verbose=use_verbose begin
println("Braginskii electron IMEX timestepping tests")

if Sys.isapple()
if false && Sys.isapple()
@testset_skip "MINPACK is broken on macOS (https://github.com/sglyon/MINPACK.jl/issues/18)" "non-linear solvers" begin
end
else
Expand Down

0 comments on commit 2c6f453

Please sign in to comment.