JAL-4217 singleThread all tests
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 12 Dec 2023 17:18:48 +0000 (17:18 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Thu, 14 Dec 2023 15:32:43 +0000 (15:32 +0000)
test/jalview/bin/CommandsTest.java

index c4fbddb..2d54093 100644 (file)
@@ -116,7 +116,8 @@ public class CommandsTest
   }
   */
 
-  @Test(groups = { "Functional", "testTask3" }, dataProvider = "cmdLines")
+  @Test(groups = { "Functional", "testTask3" }, dataProvider = "cmdLines", singleThreaded = true)
+
   public void commandsOpenTest(String cmdLine, boolean cmdArgs,
           int numFrames, String[] sequences)
   {
@@ -168,7 +169,7 @@ public class CommandsTest
   @Test(
     groups =
     { "Functional", "testTask3" },
-    dataProvider = "structureImageOutputFiles")
+    dataProvider = "structureImageOutputFiles",    singleThreaded = true)
   public void structureImageOutputTest(String cmdLine, String[] filenames)
           throws IOException
   {
@@ -209,7 +210,7 @@ public class CommandsTest
     }
   }
 
-  @Test(groups = "Functional", dataProvider = "argfileOutputFiles")
+  @Test(groups = "Functional", dataProvider = "argfileOutputFiles", singleThreaded = true)
   public void argFilesGlobAndSubstitutionsTest(String cmdLine,
           String[] filenames) throws IOException
   {