Make cloudfiles live tests more stable by making them single threaded

This commit is contained in:
Zack Shoylev 2015-02-11 12:36:38 -06:00
parent 59fc23249f
commit 8439c7238d
1 changed files with 4 additions and 4 deletions

View File

@ -16,6 +16,8 @@
*/
package org.jclouds.cloudfiles.blobstore.integration;
import static org.testng.Assert.assertEquals;
import java.io.IOException;
import org.jclouds.blobstore.BlobStore;
@ -23,9 +25,7 @@ import org.jclouds.blobstore.domain.Blob;
import org.jclouds.openstack.swift.blobstore.integration.SwiftBlobIntegrationLiveTest;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
@Test(groups = "live")
@Test(groups = "live", singleThreaded = true)
public class CloudFilesBlobIntegrationLiveTest extends SwiftBlobIntegrationLiveTest {
public CloudFilesBlobIntegrationLiveTest() {
provider = "cloudfiles";