brittle test

This commit is contained in:
adriancole 2013-01-31 13:39:15 -08:00
parent 678454c8ad
commit 9961f09c2e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import com.google.gson.Gson;
*
* @author Adrian Cole, Steve Loughran
*/
@Test(groups = { "unit" })
@Test(groups = "unit", singleThreaded = true)
public class NovaErrorHandlerTest {
private HttpCommand command;