mirror of https://github.com/apache/jclouds.git
attempt to deal with cloudbees failure
This commit is contained in:
parent
9dbaff2420
commit
72ac678c5d
|
@ -43,7 +43,7 @@ import com.google.inject.Guice;
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
@Test(groups = "unit" )
|
@Test(groups = "unit", singleThreaded = true, testName = "Route53ErrorHandlerTest" )
|
||||||
public class Route53ErrorHandlerTest {
|
public class Route53ErrorHandlerTest {
|
||||||
Route53ErrorHandler function = Guice.createInjector(new SaxParserModule()).getInstance(Route53ErrorHandler.class);
|
Route53ErrorHandler function = Guice.createInjector(new SaxParserModule()).getInstance(Route53ErrorHandler.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue