From: Jim Procter Date: Sun, 25 Jul 2021 15:23:50 +0000 (+0100) Subject: JAL-2994 disable tests for FileUtils path search methods on bamboo X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=5c4d20831531cf879925c4a06685e39050ea0c08 JAL-2994 disable tests for FileUtils path search methods on bamboo --- diff --git a/test/jalview/util/FileUtilsTest.java b/test/jalview/util/FileUtilsTest.java index 909d0c8..fd64bcd 100644 --- a/test/jalview/util/FileUtilsTest.java +++ b/test/jalview/util/FileUtilsTest.java @@ -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")