Skip to content

Commit 32abaf8

Browse files
committed
disable AD tests on nightly alltogether
1 parent 8fc284b commit 32abaf8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

test/ad.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ end
105105
# Tests
106106
# -----
107107

108-
if VERSION <= v"1.11.5"
109-
ChainRulesTestUtils.test_method_tables()
110-
end
108+
ChainRulesTestUtils.test_method_tables()
111109

112110
Vlist = ((ℂ^2, (ℂ^3)', ℂ^3, ℂ^2, (ℂ^2)'),
113111
(ℂ[Z2Irrep](0 => 1, 1 => 1),

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ include("tensors.jl")
113113
include("diagonal.jl")
114114
include("planar.jl")
115115
# TODO: remove once we know AD is slow on macOS CI
116-
if !(Sys.isapple() && get(ENV, "CI", "false") == "true")
116+
if !(Sys.isapple() && get(ENV, "CI", "false") == "true") && isempty(VERSION.prerelease)
117117
include("ad.jl")
118118
end
119119
include("bugfixes.jl")

0 commit comments

Comments
 (0)