> @@ -339,7 +339,14 @@ public void testCreateWithTimeout() throws Exception {
>
> fail("testReplaceTimeout test should have failed with an
> HttpResponseException.");
> } finally {
> - server.shutdown();
> + try {
> + server.shutdown();> > Or use MockWebServerRule > Sadly, this is testng.. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/617/files#r20974689
