Skip to content

Commit ed60ded

Browse files
committed
Skip Mac tests taking too long
1 parent cfd0d2c commit ed60ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/core/rootfind_tests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ end
118118

119119
# --- TrustRegion tests ---
120120

121-
@testitem "TrustRegion" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin
121+
@testitem "TrustRegion" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin
122122
radius_update_schemes = [RadiusUpdateSchemes.Simple, RadiusUpdateSchemes.NocedalWright,
123123
RadiusUpdateSchemes.NLsolve, RadiusUpdateSchemes.Hei,
124124
RadiusUpdateSchemes.Yuan, RadiusUpdateSchemes.Fan, RadiusUpdateSchemes.Bastin]
@@ -462,7 +462,7 @@ end
462462

463463
# --- Broyden tests ---
464464

465-
@testitem "Broyden" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin
465+
@testitem "Broyden" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin
466466
@testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad)) Init Jacobian: $(init_jacobian) Update Rule: $(update_rule)" for lsmethod in (
467467
Static(), StrongWolfe(), BackTracking(),
468468
HagerZhang(), MoreThuente(), LiFukushimaLineSearch()),
@@ -512,7 +512,7 @@ end
512512

513513
# --- Klement tests ---
514514

515-
@testitem "Klement" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin
515+
@testitem "Klement" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin
516516
@testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad)) Init Jacobian: $(init_jacobian)" for lsmethod in (
517517
Static(), StrongWolfe(), BackTracking(), HagerZhang(), MoreThuente()),
518518
ad in (AutoFiniteDiff(), AutoZygote()),
@@ -561,7 +561,7 @@ end
561561

562562
# --- LimitedMemoryBroyden tests ---
563563

564-
@testitem "LimitedMemoryBroyden" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin
564+
@testitem "LimitedMemoryBroyden" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin
565565
@testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad))" for lsmethod in (
566566
Static(), StrongWolfe(), BackTracking(),
567567
HagerZhang(), MoreThuente(), LiFukushimaLineSearch()),

0 commit comments

Comments
 (0)