mirror of https://github.com/apache/jclouds.git
threading issue in test
This commit is contained in:
parent
b055fb1233
commit
0f0bc429c1
|
@ -32,7 +32,7 @@ import com.google.inject.Provides;
|
|||
/**
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Test(groups = "unit", testName = "PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSetTest")
|
||||
@Test(groups = "unit", singleThreaded = true, testName = "PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSetTest")
|
||||
public class PresentWhenExtensionAnnotationNamespaceEqualsAnyNamespaceInExtensionsSetTest {
|
||||
|
||||
Extension keypairs = Extension.builder().alias("os-keypairs").name("Keypairs").namespace(
|
||||
|
|
Loading…
Reference in New Issue