Skip to content

Commit

Permalink
comment out leaderboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Sep 9, 2024
1 parent 70254e2 commit 9da5646
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ end
gpu_broken || @safetestset "experiment test: CoupledSims tests" begin
include("experiment_tests/coupled_sims.jl")
end
@safetestset "experiment test: Leaderboard" begin
include("experiment_tests/leaderboard.jl")
end
# This test fails because of the undownloadable artifact
# @safetestset "experiment test: Leaderboard" begin
# include("experiment_tests/leaderboard.jl")
# end
@safetestset "component model test: ClimaAtmos" begin
include("component_model_tests/climaatmos_tests.jl")
end
Expand Down

0 comments on commit 9da5646

Please sign in to comment.