made terremark test sequential so that it doesn't hang

This commit is contained in:
Adrian Cole 2011-01-04 20:02:01 +01:00
parent bebd2eef75
commit 6dd5adfe86
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ import domain.VCloudVersionsAsyncClient;
* @author Adrian Cole
*/
// NOTE:without testName, this will not call @Before* and fail w/NPE during surefire
@Test(groups = "unit", testName = "TerremarkVCloudExpressAsyncClientTest")
@Test(groups = "unit", sequential = true, testName = "TerremarkVCloudExpressAsyncClientTest")
public class TerremarkVCloudExpressAsyncClientTest extends RestClientTest<TerremarkVCloudExpressAsyncClient> {
public void testCatalogItemURI() throws SecurityException, NoSuchMethodException, IOException {