Skip to content

Commit

Permalink
test: add ignored downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Sep 3, 2024
1 parent c0d8cd1 commit 02bf64b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ if GROUP == "All" || GROUP == "Downstream"
@safetestset "BatchedInterface with array symbolics test" begin
@time include("downstream/batchedinterface_arrayvars.jl")
end
@safetestset "remake_buffer with array symbolics test" begin
@time include("downstream/remake_arrayvars.jl")
end
end

0 comments on commit 02bf64b

Please sign in to comment.