From 1fb9dd2acf85b18385a90376c991555b7421a0a4 Mon Sep 17 00:00:00 2001 From: BobHanson Date: Sun, 22 Mar 2020 13:06:19 -0500 Subject: [PATCH] JAL-3560 CommandLineOperations test cleanup --- test/jalview/bin/CommandLineOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index e104e21..733961e 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -41,7 +41,7 @@ import org.testng.annotations.Test; import io.github.classgraph.ClassGraph; import io.github.classgraph.ScanResult; -@Test(singleThreaded = true) + public class CommandLineOperations { -- 1.7.10.2