Skip to content

Commit 773ba5e

Browse files
committed
skip Yota tests on 1.9 & later
1 parent 71d8a15 commit 773ba5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ end
230230
end
231231
end
232232

233-
@testset "using Yota" begin
233+
VERSION < v"1.9-" && @testset "using Yota" begin
234234
@testset "$(name(o))" for o in RULES
235235
w′ = (abc == rand(3, 3), β = rand(3, 3), γ = rand(3)), d == rand(3), ε = eps))
236236
w = (abc == 5rand(3, 3), β = rand(3, 3), γ = rand(3)), d == rand(3), ε = eps))

0 commit comments

Comments
 (0)