JAL-4134 add tree distance engine test to functional
authorJames Procter <j.procter@dundee.ac.uk>
Sun, 14 May 2023 12:36:15 +0000 (13:36 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Sun, 14 May 2023 12:36:15 +0000 (13:36 +0100)
test/jalview/analysis/AverageDistanceEngineTest.java

index 6d9ab50..9550a21 100644 (file)
@@ -44,7 +44,7 @@ public class AverageDistanceEngineTest
     {
       Cache.loadProperties("test/jalview/bin/TestProps.jvprops");
     }
-    @Test
+    @Test(groups={"Functional"})
     public void testUPGMAEngine() throws Exception
     {
       AlignFrame af = new FileLoader(false).LoadFileWaitTillLoaded("examples/test_fab41.result/sample.a3m",DataSourceType.FILE);