executeIterations(executor, hostileQueue, "thread hostile");
} catch (InterruptedException e) {
throw new AuraRuntimeException("TEST RUN INTERRUPTED", e);
} finally {
executor.shutdown();
WebDriverProvider provider = AuraUtil.get(WebDriverProvider.class);
if (provider != null) {
logger.info("Releasing WebDriver resources");
provider.release();
}
}
}