Skip to content

Commit

Permalink
2prev
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Feb 26, 2024
1 parent 4e80000 commit 17cb6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/graph_engine_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,8 @@ end
ctx = getcontext(model)
options = NodeCreationOptions()
out = getorcreate!(model, ctx, :out, nothing)
@test_broken make_node!(model, ctx, options, broadcaster, ProxyLabel(:out, nothing, out), ()) # The broadcasting is broken currently
@test_broken broadcaster_ctx, _ = make_node!(model, ctx, options, broadcaster, ProxyLabel(:out, nothing, out), ()) # The broadcasting is broken currently
@test_broken contains(repr(broadcaster_ctx), "broadcaster")
@test_broken nv(model) == 103
end

Expand Down

0 comments on commit 17cb6fd

Please sign in to comment.