diff --git a/test/Aqua.jl b/test/Aqua.jl index 41b96b659..0b536770b 100644 --- a/test/Aqua.jl +++ b/test/Aqua.jl @@ -3,6 +3,8 @@ module AquaTests using Aqua: Aqua using Turing -Aqua.test_all(Turing) +# TODO(mhauru) We skip testing for method ambiguities because it catches a lot of problems +# in dependencies. Would like to check it for just Turing.jl itself though. +Aqua.test_all(Turing; ambiguities=false) end