Issue 694: Correcting unit test to run it single-threaded

This commit is contained in:
Adam Lowe 2011-09-30 19:08:06 +01:00
parent 804c7b430f
commit c1b6e18fd3
1 changed files with 1 additions and 1 deletions

View File

@ -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;