mirror of
https://github.com/apache/jclouds.git
synced 2025-02-28 13:29:06 +00:00
Annotate @BeforeSuite with groups as @AfterSuite
Previously this caused unexpected failures in the B2 integration tests.
This commit is contained in:
parent
5fec2346a6
commit
04c2394a10
@ -98,7 +98,7 @@ public class BaseBlobStoreIntegrationTest extends BaseViewLiveTest<BlobStoreCont
|
||||
/**
|
||||
* There are a lot of retries here mainly from experience running inside amazon EC2.
|
||||
*/
|
||||
@BeforeSuite
|
||||
@BeforeSuite(groups = { "integration", "live" })
|
||||
public void setUpResourcesForAllThreads(ITestContext testContext) throws Exception {
|
||||
setupContext();
|
||||
createContainersSharedByAllThreads(view, testContext);
|
||||
|
Loading…
x
Reference in New Issue
Block a user