Skip to content

Commit

Permalink
[GALAHAD.jl] Don't test bqpb on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 23, 2024
1 parent bdd1267 commit 8ebf091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GALAHAD.jl/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ include("test_structures.jl")
# include("test_blls.jl")
include("test_bllsb.jl")
# include("test_bqp.jl")
include("test_bqpb.jl")
if !Sys.iswindows()
include("test_bqpb.jl")
end
include("test_bsc.jl")
include("test_ccqp.jl")
# include("test_clls.jl")
Expand Down

0 comments on commit 8ebf091

Please sign in to comment.