From: James Procter Date: Tue, 12 Dec 2023 17:18:48 +0000 (+0000) Subject: JAL-4353 singleThread all tests X-Git-Tag: Release_2_11_3_3~7^2~2^2~4^2~1^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=696c16c4ffcf743263e546ac8fc47e66e1951e11;hp=7adf677c44c311f7b45b552f8e1022ad8ae97ac4;p=jalview.git JAL-4353 singleThread all tests --- diff --git a/test/jalview/bin/CommandsTest.java b/test/jalview/bin/CommandsTest.java index c4fbddb..2d54093 100644 --- a/test/jalview/bin/CommandsTest.java +++ b/test/jalview/bin/CommandsTest.java @@ -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 {