JAL-2994 disable tests for FileUtils path search methods on bamboo
[jalview.git] / test / jalview / util / FileUtilsTest.java
index 909d0c8..fd64bcd 100644 (file)
@@ -11,7 +11,10 @@ import org.testng.annotations.Test;
 
 public class FileUtilsTest
 {
-  @Test(groups = "Functional")
+       /*
+        * FIXME fails on bamboo since it the working directory named according to the build number
+        */
+  @Test(groups = {"Functional","Not-bamboo"})
   public void testFindMatchingPaths() throws IOException
   {
     String expect1 = Paths.get("..", "jalview", "examples", "plantfdx.fa")
@@ -52,7 +55,10 @@ public class FileUtilsTest
     }
   }
 
-  @Test(groups = "Functional")
+  /*
+   * FIXME fails on bamboo since it the working directory named according to the build number
+   */
+  @Test(groups = {"Functional","Not-bamboo"})
   public void testFindMatches() throws IOException
   {
     String expect1 = Paths.get("..", "jalview", "examples", "plantfdx.fa")