@Override
  @After
  public void tearDown() throws Exception {
    try {
      pooledFactory.stop();
    } catch (Exception ex) {
      // ignored
    }

    super.tearDown();
  }