We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc920bd commit 4d3adb0Copy full SHA for 4d3adb0
1 file changed
DifferentiationInterface/test/Back/Mooncake/test.jl
@@ -74,9 +74,12 @@ test_differentiation(
74
@test grad.B == ps.A
75
end
76
77
-test_differentiation(
78
- backends[3:4],
79
- nomatrix(static_scenarios());
80
- logging = LOGGING,
81
- excluded = SECOND_ORDER
82
-)
+# see https://github.com/JuliaDiff/DifferentiationInterface.jl/issues/986
+if pkgversion(Mooncake) < v"0.5.25"
+ test_differentiation(
+ backends[3:4],
+ nomatrix(static_scenarios());
+ logging = LOGGING,
83
+ excluded = SECOND_ORDER
84
+ )
85
+end
0 commit comments