Skip to content

Commit 18b027c

Browse files
authored
Merge pull request #3943 from CliMA/tr/temp-aqua
Disable Aqua persistent tasks test
2 parents d94fd43 + 6022c4a commit 18b027c

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)