Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/412#discussion_r87561101
--- 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 --
What is causing all of these tests to fail? Any clues that could be given
in a short comment?
I just tried running this one, and it passed locally for me (on OSX).
---
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.
---