Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/412#discussion_r87574374
--- Diff:
software/base/src/test/java/org/apache/brooklyn/entity/brooklynnode/BrooklynNodeIntegrationTest.java
---
@@ -578,7 +578,7 @@ public void testUsesLocation() throws Exception {
assertEquals(parseJson(locatedLocationsContent,
ImmutableList.of(appLocationId, "longitude"), Double.class), 45.6, 0.00001);
}
- @Test(groups="Integration")
+ @Test(groups={"Integration", "Broken"})
--- End diff --
Didn't investigate. I expected that `BrooklynNode` is broken, but that's
probably when using it with Karaf.
I'll have another look if it's working for you.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---