mirror of https://github.com/apache/jclouds.git
fixed missing provider name on ninefold test
This commit is contained in:
parent
4a6947ac61
commit
edf99657c0
|
@ -26,7 +26,9 @@ import org.testng.annotations.Test;
|
|||
*
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Test(groups = "live", sequential = true, testName = "NinefoldStorageClientLiveTest")
|
||||
@Test(groups = "live", singleThreaded = true, testName = "NinefoldStorageClientLiveTest")
|
||||
public class NinefoldStorageClientLiveTest extends AtmosClientLiveTest {
|
||||
|
||||
public NinefoldStorageClientLiveTest() {
|
||||
provider = "ninefold-storage";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue