From 817c58fc18a954c8fdc69347e35dad742e25219f Mon Sep 17 00:00:00 2001 From: James Procter Date: Tue, 12 Dec 2023 17:18:48 +0000 Subject: [PATCH] JAL-4217 singleThread all tests --- test/jalview/bin/CommandsTest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 { -- 1.7.10.2