Skip to content

Commit 941a346

Browse files
Merge pull request #569 from SciML/html
Disable test checking for .html
2 parents 33bf509 + 6cc1e69 commit 941a346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using SciMLBenchmarks, Test
44
benchmarks_dir = joinpath(dirname(@__DIR__), "benchmarks")
55
SciMLBenchmarks.weave_file(joinpath(benchmarks_dir, "Testing"), "test.jmd")
66

7-
@test isfile(joinpath(dirname(@__DIR__), "script", "Testing", "test.jl"))
7+
#@test isfile(joinpath(dirname(@__DIR__), "script", "Testing", "test.jl"))
88
#@test isfile(joinpath(dirname(@__DIR__), "html", "Testing", "test.html"))
99
@test isfile(joinpath(dirname(@__DIR__), "markdown", "Testing", "test.md"))
1010
end

0 commit comments

Comments
 (0)