You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2014/07/28 12:29:30 UTC

[5/7] git commit: Adds failing test in BrooklynNodeRestTest to WIP group

Adds failing test in BrooklynNodeRestTest to WIP group


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/dfcb0992
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/dfcb0992
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/dfcb0992

Branch: refs/heads/master
Commit: dfcb0992e876b8d1ae1cd7750574d4f62dcc9ef3
Parents: 43981a6
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Fri Jul 25 18:41:40 2014 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Fri Jul 25 19:31:20 2014 +0100

----------------------------------------------------------------------
 .../java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/dfcb0992/usage/launcher/src/test/java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java
----------------------------------------------------------------------
diff --git a/usage/launcher/src/test/java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java b/usage/launcher/src/test/java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java
index 2a3816b..8a6494e 100644
--- a/usage/launcher/src/test/java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java
+++ b/usage/launcher/src/test/java/brooklyn/entity/brooklynnode/BrooklynNodeRestTest.java
@@ -63,7 +63,8 @@ public class BrooklynNodeRestTest {
     // but there are no waits (beyond 10ms), the delay is all classloading;
     // and this tests a lot of things, REST API, Brooklyn Node, yaml deployment,
     // so feels worth it to have as a unit test
-    @Test
+    // FIXME[BROOKLYN-43]: Test fails if security is configured in brooklyn.properties.
+    @Test(groups = "WIP")
     public void testBrooklynNodeRestDeployAndMirror() {
         final SimpleYamlLauncher l = new SimpleYamlLauncherForTests();
         try {