mirror of
https://github.com/apache/jclouds.git
synced 2025-02-22 02:16:23 +00:00
fixed unit test to be single-threaded as mocks aren't threadsafe
This commit is contained in:
parent
08fd5cd1eb
commit
bd8d02d1d5
@ -34,7 +34,7 @@ import org.testng.annotations.Test;
|
||||
*
|
||||
* @author Aled Sage
|
||||
*/
|
||||
@Test
|
||||
@Test(singleThreaded = true, testName = "NodePredicatesTest")
|
||||
public class NodePredicatesTest {
|
||||
|
||||
private NodeMetadata node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user