Skip to content

Commit

Permalink
Disable Aqua tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 30, 2024
1 parent b46f120 commit b9392c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using Aqua: Aqua
using Test: @testset

@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(SparseArraysBaseNext)
# TODO: Reenable once dependencies are registered.
# Aqua.test_all(SparseArraysBaseNext)
end
end

0 comments on commit b9392c0

Please sign in to comment.