mirror of https://github.com/apache/jclouds.git
Issue 694: Correcting unit test to run it single-threaded
This commit is contained in:
parent
804c7b430f
commit
c1b6e18fd3
|
@ -38,7 +38,7 @@ import static org.jclouds.scriptbuilder.domain.Statements.exec;
|
|||
/**
|
||||
* @author Adam Lowe
|
||||
*/
|
||||
@Test(groups={"unit"})
|
||||
@Test(groups={"unit"}, singleThreaded = true)
|
||||
public class RunScriptOnNodeUsingSshTest {
|
||||
private SshClient sshClient;
|
||||
private NodeMetadata node;
|
||||
|
|
Loading…
Reference in New Issue