|
118 | 118 |
|
119 | 119 | # --- TrustRegion tests --- |
120 | 120 |
|
121 | | -@testitem "TrustRegion" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin |
| 121 | +@testitem "TrustRegion" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin |
122 | 122 | radius_update_schemes = [RadiusUpdateSchemes.Simple, RadiusUpdateSchemes.NocedalWright, |
123 | 123 | RadiusUpdateSchemes.NLsolve, RadiusUpdateSchemes.Hei, |
124 | 124 | RadiusUpdateSchemes.Yuan, RadiusUpdateSchemes.Fan, RadiusUpdateSchemes.Bastin] |
|
462 | 462 |
|
463 | 463 | # --- Broyden tests --- |
464 | 464 |
|
465 | | -@testitem "Broyden" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin |
| 465 | +@testitem "Broyden" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin |
466 | 466 | @testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad)) Init Jacobian: $(init_jacobian) Update Rule: $(update_rule)" for lsmethod in ( |
467 | 467 | Static(), StrongWolfe(), BackTracking(), |
468 | 468 | HagerZhang(), MoreThuente(), LiFukushimaLineSearch()), |
|
512 | 512 |
|
513 | 513 | # --- Klement tests --- |
514 | 514 |
|
515 | | -@testitem "Klement" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin |
| 515 | +@testitem "Klement" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin |
516 | 516 | @testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad)) Init Jacobian: $(init_jacobian)" for lsmethod in ( |
517 | 517 | Static(), StrongWolfe(), BackTracking(), HagerZhang(), MoreThuente()), |
518 | 518 | ad in (AutoFiniteDiff(), AutoZygote()), |
|
561 | 561 |
|
562 | 562 | # --- LimitedMemoryBroyden tests --- |
563 | 563 |
|
564 | | -@testitem "LimitedMemoryBroyden" setup=[CoreRootfindTesting] tags=[:core] timeout=3600 begin |
| 564 | +@testitem "LimitedMemoryBroyden" setup=[CoreRootfindTesting] tags=[:core] skip=:(Sys.isapple()) timeout=3600 begin |
565 | 565 | @testset "LineSearch: $(_nameof(lsmethod)) LineSearch AD: $(_nameof(ad))" for lsmethod in ( |
566 | 566 | Static(), StrongWolfe(), BackTracking(), |
567 | 567 | HagerZhang(), MoreThuente(), LiFukushimaLineSearch()), |
|
0 commit comments