File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ func TestGrpc_Reconnection(t *testing.T) {
200200 startErr := mockManagementPlaneGrpcContainer .Start (ctx )
201201 require .NoError (t , startErr )
202202
203- //ipAddress, err := mockManagementPlaneGrpcContainer.Host(ctx)
204- //require.NoError(t, err)
205- //ports, err := mockManagementPlaneGrpcContainer.Ports(ctx)
206- //require.NoError(t, err)
207- //mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
203+ // ipAddress, err := mockManagementPlaneGrpcContainer.Host(ctx)
204+ // require.NoError(t, err)
205+ // ports, err := mockManagementPlaneGrpcContainer.Ports(ctx)
206+ // require.NoError(t, err)
207+ // mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
208208
209209 time .Sleep (10 * time .Second )
210210
You can’t perform that action at this time.
0 commit comments