JAL-3940 update 2.11.2 release notes for 2.11.1.7 patch release (again)
[jalview.git] / test / jalview / util / MathUtilsTest.java
index fc84741..dc23472 100644 (file)
@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
 
 public class MathUtilsTest
 {
-  @Test
+  @Test(groups = "Functional")
   public void testGcd()
   {
     assertEquals(MathUtils.gcd(0, 0), 0);