Skip to content

Commit 6022c4a

Browse files
committed
Disable Aqua persistent tasks test
v3.37 of RecursiveArrayTools causes a circular dependency with julia 1.10. This temporarily disables the aqua test that errors because of this.
1 parent d94fd43 commit 6022c4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/aqua.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ using Aqua
2424
end
2525

2626
@testset "Aqua tests (all)" begin
27-
Aqua.test_all(ClimaAtmos)
27+
Aqua.test_all(ClimaAtmos; persistent_tasks = false)
28+
# TODO: Set persistent_tasks = true when RecursiveArrayTools releases fix to circular deps
2829
end
2930

3031
nothing

0 commit comments

Comments
 (0)