Annotate @BeforeSuite with groups as @AfterSuite

Previously this caused unexpected failures in the B2 integration
tests.
This commit is contained in:
Andrew Gaul 2016-06-16 12:56:55 -07:00
parent 5fec2346a6
commit 04c2394a10
1 changed files with 1 additions and 1 deletions

View File

@ -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);