Skip to content

Commit 70af908

Browse files
committed
(to drop) Comment out all non-Aqua tests
1 parent 9847510 commit 70af908

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

test/runtests.jl

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -46,57 +46,57 @@ include("test_util.jl")
4646
# time, but beyond that there is no particular reason for the split.
4747
if GROUP == "All" || GROUP == "Group1"
4848
include("Aqua.jl")
49-
include("utils.jl")
50-
include("compiler.jl")
51-
include("varnamedvector.jl")
52-
include("varinfo.jl")
53-
include("simple_varinfo.jl")
54-
include("model.jl")
55-
include("sampler.jl")
56-
include("independence.jl")
57-
include("distribution_wrappers.jl")
58-
include("logdensityfunction.jl")
59-
include("linking.jl")
60-
include("serialization.jl")
61-
include("pointwise_logdensities.jl")
62-
include("lkj.jl")
63-
include("deprecated.jl")
49+
# include("utils.jl")
50+
# include("compiler.jl")
51+
# include("varnamedvector.jl")
52+
# include("varinfo.jl")
53+
# include("simple_varinfo.jl")
54+
# include("model.jl")
55+
# include("sampler.jl")
56+
# include("independence.jl")
57+
# include("distribution_wrappers.jl")
58+
# include("logdensityfunction.jl")
59+
# include("linking.jl")
60+
# include("serialization.jl")
61+
# include("pointwise_logdensities.jl")
62+
# include("lkj.jl")
63+
# include("deprecated.jl")
6464
end
6565

6666
if GROUP == "All" || GROUP == "Group2"
67-
include("contexts.jl")
68-
include("context_implementations.jl")
69-
include("threadsafe.jl")
70-
include("debug_utils.jl")
71-
@testset "compat" begin
72-
include(joinpath("compat", "ad.jl"))
73-
end
74-
@testset "extensions" begin
75-
include("ext/DynamicPPLMCMCChainsExt.jl")
76-
include("ext/DynamicPPLJETExt.jl")
77-
end
78-
@testset "ad" begin
79-
include("ext/DynamicPPLForwardDiffExt.jl")
80-
include("ext/DynamicPPLMooncakeExt.jl")
81-
include("ad.jl")
82-
end
83-
@testset "prob and logprob macro" begin
84-
@test_throws ErrorException prob"..."
85-
@test_throws ErrorException logprob"..."
86-
end
87-
@testset "doctests" begin
88-
DocMeta.setdocmeta!(
89-
DynamicPPL,
90-
:DocTestSetup,
91-
:(using DynamicPPL, Distributions);
92-
recursive=true,
93-
)
94-
doctestfilters = [
95-
# Ignore the source of a warning in the doctest output, since this is dependent on host.
96-
# This is a line that starts with "└ @ " and ends with the line number.
97-
r"└ @ .+:[0-9]+",
98-
]
99-
doctest(DynamicPPL; manual=false, doctestfilters=doctestfilters)
100-
end
67+
# include("contexts.jl")
68+
# include("context_implementations.jl")
69+
# include("threadsafe.jl")
70+
# include("debug_utils.jl")
71+
# @testset "compat" begin
72+
# include(joinpath("compat", "ad.jl"))
73+
# end
74+
# @testset "extensions" begin
75+
# include("ext/DynamicPPLMCMCChainsExt.jl")
76+
# include("ext/DynamicPPLJETExt.jl")
77+
# end
78+
# @testset "ad" begin
79+
# include("ext/DynamicPPLForwardDiffExt.jl")
80+
# include("ext/DynamicPPLMooncakeExt.jl")
81+
# include("ad.jl")
82+
# end
83+
# @testset "prob and logprob macro" begin
84+
# @test_throws ErrorException prob"..."
85+
# @test_throws ErrorException logprob"..."
86+
# end
87+
# @testset "doctests" begin
88+
# DocMeta.setdocmeta!(
89+
# DynamicPPL,
90+
# :DocTestSetup,
91+
# :(using DynamicPPL, Distributions);
92+
# recursive=true,
93+
# )
94+
# doctestfilters = [
95+
# # Ignore the source of a warning in the doctest output, since this is dependent on host.
96+
# # This is a line that starts with "└ @ " and ends with the line number.
97+
# r"└ @ .+:[0-9]+",
98+
# ]
99+
# doctest(DynamicPPL; manual=false, doctestfilters=doctestfilters)
100+
# end
101101
end
102102
end

0 commit comments

Comments
 (0)