Skip to content

Commit 909d5d2

Browse files
committed
disable project_toml_formatting test
1 parent 5a8daf3 commit 909d5d2

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
@@ -30,6 +30,6 @@ end
3030
end
3131

3232
using Aqua
33-
Aqua.test_all(TriangularSolve, ambiguities=false)
33+
Aqua.test_all(TriangularSolve, ambiguities=false,project_toml_formatting=false)
3434
@test isempty(Test.detect_ambiguities(TriangularSolve))
3535

0 commit comments

Comments
 (0)