Repository: incubator-brooklyn Updated Branches: refs/heads/0.7.0-incubating 2713ac57c -> 80e74d201
Mark an intermittently-failing test as WIP Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/80e74d20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/80e74d20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/80e74d20 Branch: refs/heads/0.7.0-incubating Commit: 80e74d2010d9bd8b089f49170a47c14da71be012 Parents: 2713ac5 Author: Richard Downer <[email protected]> Authored: Fri Jun 26 10:11:10 2015 +0100 Committer: Richard Downer <[email protected]> Committed: Fri Jun 26 14:11:55 2015 +0000 ---------------------------------------------------------------------- core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/80e74d20/core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java b/core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java index 18c1edc..a937d6e 100644 --- a/core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java +++ b/core/src/test/java/brooklyn/entity/rebind/RebindFeedTest.java @@ -180,7 +180,7 @@ public class RebindFeedTest extends RebindTestFixtureWithApp { EntityTestUtils.assertAttributeEqualsEventually(newEntity, SENSOR_INT, (Integer)0); } - @Test + @Test(groups="WIP") // intermittent failures public void testReRebindDedupesCorrectlyBasedOnTagOrContentsPersisted() throws Exception { doReReReRebindDedupesCorrectlyBasedOnTagOrContentsPersisted(-1, 2, false); }
