Skip to content

Commit 113651a

Browse files
authored
Update runtests.jl
1 parent 8928f06 commit 113651a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using DualNumbers
22
using Test
33

4-
@test_broken isempty(detect_ambiguities(DualNumbers, Base, Core))
4+
@test_skip isempty(detect_ambiguities(DualNumbers, Base, Core))
55

66
@test checkindex(Bool, 1:3, dual(2))
77

0 commit comments

Comments
 (0)