> @@ -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` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/617/files#r20974231
