Skip to content

Commit 6dd20ee

Browse files
committed
Update runtests.jl
1 parent 273cca9 commit 6dd20ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ for pb in problems
3535
end
3636

3737
for precision in (:single, :double, :quadruple)
38+
(precision == :quadruple) && (Sys.ARCH == :aarch64) && Sys.islinux() && continue
3839
@testset "Multiple instances of CUTEstModel -- $precision precision" begin
3940
nlps = [CUTEstModel(problem, precision = precision) for problem in problems]
4041
for nlp in nlps

0 commit comments

Comments
 (0)