diff --git a/GALAHAD.jl/test/runtests.jl b/GALAHAD.jl/test/runtests.jl index f0bf722da9..749cfb6c19 100644 --- a/GALAHAD.jl/test/runtests.jl +++ b/GALAHAD.jl/test/runtests.jl @@ -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")