/** {@inheritDoc} */
  @Override
  protected void afterTest() throws Exception {
    if (client != null) {
      GridClientFactory.stop(client.id(), false);

      client = null;
    }
  }