JAL-1369 jalview2xml tests need to be run sequentially
authorJim Procter <jprocter@issues.jalview.org>
Tue, 21 Jun 2016 09:40:19 +0000 (10:40 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 21 Jun 2016 09:40:19 +0000 (10:40 +0100)
test/jalview/io/Jalview2xmlTests.java

index 8ef6ef4..52cee59 100644 (file)
@@ -45,6 +45,7 @@ import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
+@Test(singleThreaded = true)
 public class Jalview2xmlTests
 {