Skip to content

Commit 7536064

Browse files
author
Michael Abbott
committed
skip Zygote on nightly
1 parent f15efed commit 7536064

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/group-3.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#===== Zygote =====#
22

3+
if VERSION < v"1.6.9" # Zygote is failing on nightly
4+
35
t5 = time()
46
using Zygote
57

@@ -67,6 +69,8 @@ end
6769

6870
@info @sprintf("Zygote tests took %.1f seconds", time()-t5)
6971

72+
end # VERSION
73+
7074
#===== ReverseDiff =====#
7175
#=
7276
t6 = time()

0 commit comments

Comments
 (0)