attempt to deal with cloudbees failure

This commit is contained in:
adriancole 2013-02-28 18:40:11 -08:00
parent 9dbaff2420
commit 72ac678c5d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import com.google.inject.Guice;
*
* @author Adrian Cole
*/
@Test(groups = "unit" )
@Test(groups = "unit", singleThreaded = true, testName = "Route53ErrorHandlerTest" )
public class Route53ErrorHandlerTest {
Route53ErrorHandler function = Guice.createInjector(new SaxParserModule()).getInstance(Route53ErrorHandler.class);