mirror of https://github.com/apache/jclouds.git
fixed unit test to be single-threaded as mocks aren't threadsafe
This commit is contained in:
parent
3cd242502d
commit
557445db57
|
@ -34,7 +34,7 @@ import org.testng.annotations.Test;
|
||||||
*
|
*
|
||||||
* @author Aled Sage
|
* @author Aled Sage
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test(singleThreaded = true, testName = "NodePredicatesTest")
|
||||||
public class NodePredicatesTest {
|
public class NodePredicatesTest {
|
||||||
|
|
||||||
private NodeMetadata node;
|
private NodeMetadata node;
|
||||||
|
|
Loading…
Reference in New Issue