X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FFileUtilsTest.java;fp=test%2Fjalview%2Futil%2FFileUtilsTest.java;h=fd64bcd82e20e44c7e6cab24ec04126908b4ce71;hb=5c4d20831531cf879925c4a06685e39050ea0c08;hp=909d0c8300752573dbc57f7c019485e6a6bf20b3;hpb=66e19a5902af904a2de109c09056184222e518f8;p=jalview.git 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")