mirror of https://github.com/apache/jclouds.git
Merge pull request #1069 from rackspace/nova-test-fix
Fixed intermittent and changing test failures in NovaErrorHandlerTest.
This commit is contained in:
commit
4b5364878e
|
@ -45,7 +45,7 @@ import com.google.gson.Gson;
|
|||
*
|
||||
* @author Adrian Cole, Steve Loughran
|
||||
*/
|
||||
@Test(groups = { "unit" })
|
||||
@Test(groups = "unit", testName = "NovaErrorHandlerTest", singleThreaded = true)
|
||||
public class NovaErrorHandlerTest {
|
||||
|
||||
private HttpCommand command;
|
||||
|
|
Loading…
Reference in New Issue