Skip to content

Commit

Permalink
Disable failing Aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Jan 10, 2025
1 parent af8cd2e commit 5d67434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ using Aqua: Aqua
using Test: @testset

@testset "Code quality (Aqua.jl)" begin
Aqua.test_all(ITensors)
Aqua.test_all(ITensors; persistent_tasks=false)
end

0 comments on commit 5d67434

Please sign in to comment.