JAL-1805 test envirionment separation
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index 05ada31..3582dc5 100644 (file)
@@ -114,7 +114,8 @@ public class CommandLineOperations
     new CommandLineOperations();
   }
 
-  @Test(dataProvider = "headlessModeOutputParams")
+  @Test(groups =
+  { "Functional" }, dataProvider = "headlessModeOutputParams")
   public void testHeadlessModeOutputs(String harg, String type,
           String fileName, boolean withAWT, int expectedMinFileSize)
   {