/** @throws Exception If failed. */
  @Override
  public void testConnectable() throws Exception {
    GridClient client = client();

    List<GridClientNode> nodes = client.compute().refreshTopology(false, false);

    assertFalse(F.first(nodes).connectable());
  }