You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2015/03/05 14:54:51 UTC

[3/3] karaf git commit: Ignore test as it depends on a profile that is not available in the build at this point

Ignore test as it depends on a profile that is not available in the build at this point


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/205ae3f6
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/205ae3f6
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/205ae3f6

Branch: refs/heads/master
Commit: 205ae3f684d76ea73d79d9208d548e6c500508b1
Parents: c9301bc
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Thu Mar 5 14:54:26 2015 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Thu Mar 5 14:54:26 2015 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/karaf/profile/assembly/BuilderTest.java  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/205ae3f6/profile/src/test/java/org/apache/karaf/profile/assembly/BuilderTest.java
----------------------------------------------------------------------
diff --git a/profile/src/test/java/org/apache/karaf/profile/assembly/BuilderTest.java b/profile/src/test/java/org/apache/karaf/profile/assembly/BuilderTest.java
index dc7fbcd..fd49e06 100644
--- a/profile/src/test/java/org/apache/karaf/profile/assembly/BuilderTest.java
+++ b/profile/src/test/java/org/apache/karaf/profile/assembly/BuilderTest.java
@@ -22,11 +22,14 @@ import java.nio.file.Files;
 import java.nio.file.Path;
 import java.nio.file.Paths;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class BuilderTest {
 
+    // TODO This test can not run at this position as it needs the staticFramework kar which is not yet available 
     @Test
+    @Ignore 
     public void testBuilder() throws Exception {
 
         Path workDir = Paths.get("target/distrib");