mirror of https://github.com/apache/jclouds.git
made terremark test sequential so that it doesn't hang
This commit is contained in:
parent
bebd2eef75
commit
6dd5adfe86
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue