JAL-2994 disable tests for FileUtils path search methods on bamboo
authorJim Procter <j.procter@dundee.ac.uk>
Sun, 25 Jul 2021 15:23:50 +0000 (16:23 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Sun, 25 Jul 2021 15:25:04 +0000 (16:25 +0100)
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")