From: BobHanson Date: Sun, 22 Mar 2020 18:06:19 +0000 (-0500) Subject: JAL-3560 CommandLineOperations test cleanup X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FJalview-JS%2FJAL-3560_bob_temp;p=jalview.git JAL-3560 CommandLineOperations test cleanup --- 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 {