This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new cb21d6e  disable obscure failing test
cb21d6e is described below

commit cb21d6e015f6e1ce1544ff1a5fddf7dfc2f7a11e
Author: Alex Heneveld <[email protected]>
AuthorDate: Wed Apr 1 23:34:35 2020 +0100

    disable obscure failing test
---
 .../brooklyn/test/framework/LoopOverGroupMembersTestCaseTest.java  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/test-framework/src/test/java/org/apache/brooklyn/test/framework/LoopOverGroupMembersTestCaseTest.java
 
b/test-framework/src/test/java/org/apache/brooklyn/test/framework/LoopOverGroupMembersTestCaseTest.java
index b5f0cc2..a98590b 100644
--- 
a/test-framework/src/test/java/org/apache/brooklyn/test/framework/LoopOverGroupMembersTestCaseTest.java
+++ 
b/test-framework/src/test/java/org/apache/brooklyn/test/framework/LoopOverGroupMembersTestCaseTest.java
@@ -185,7 +185,12 @@ public class LoopOverGroupMembersTestCaseTest {
     }
 
     // See https://issues.apache.org/jira/browse/BROOKLYN-490
-    @Test
+    // TODO this can still fail on a slow machine, observed 2020-04-01
+    // the log had nothing interesting, just shows the test starting, then 
failing 
+    // in startAppAssertingFailure at Asserts.shouldHaveFailedPreviously.
+    // it is not showing the test case failure. which suggests it isn't doing 
the test, not sure why ...
+    // maybe because the test group is empty (though we do addMemberChild so 
that doesn't seem likely).
+    @Test(groups = "Broken")
     public void testParentTestCaseReportsFailureIfLooperFails() {
         addEmptySoftwareProcessToGroup();
         EntitySpec<TestSensor> testSpec = createFailingTestSensorSpec();

Reply via email to