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