Skip to content

Commit 4e29ad1

Browse files
committed
fixup! debug
1 parent 93e047d commit 4e29ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/topology.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ using Random
132132

133133
for (i, (from,to)) in enumerate(combinations)
134134
remotecall_wait(topid->remotecall_fetch(myid, topid), from, to)
135-
expected_num_conns += 2 # one connection endpoint on both from and to
135+
# expected_num_conns += 2 # one connection endpoint on both from and to
136136
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
137-
@test num_conns == expected_num_conns
137+
# @test num_conns == expected_num_conns
138138
end
139139
end
140140

0 commit comments

Comments
 (0)