Browse Source

AMBARI-7622 TestActionScheduler fails occasionally on builds.a.o stating expected:<ABORTED> but was:<PENDING> (jaoki)

Jun Aoki 10 years ago
parent
commit
535bcb476b

+ 1 - 0
ambari-server/src/test/java/org/apache/ambari/server/actionmanager/TestActionScheduler.java

@@ -324,6 +324,7 @@ public class TestActionScheduler {
   }
   }
 
 
   @Test
   @Test
+  @Ignore // This is temporary disabled as discussed here https://reviews.apache.org/r/26510/
   public void testOpFailedEventRaisedForAbortedHostRole() throws Exception {
   public void testOpFailedEventRaisedForAbortedHostRole() throws Exception {
     ActionQueue aq = new ActionQueue();
     ActionQueue aq = new ActionQueue();
     Properties properties = new Properties();
     Properties properties = new Properties();