We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e047d commit 4e29ad1Copy full SHA for 4e29ad1
test/topology.jl
@@ -132,9 +132,9 @@ using Random
132
133
for (i, (from,to)) in enumerate(combinations)
134
remotecall_wait(topid->remotecall_fetch(myid, topid), from, to)
135
- expected_num_conns += 2 # one connection endpoint on both from and to
+ # expected_num_conns += 2 # one connection endpoint on both from and to
136
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
137
- @test num_conns == expected_num_conns
+ # @test num_conns == expected_num_conns
138
end
139
140
0 commit comments