3131import  java .util .Map ;
3232import  java .util .concurrent .TimeoutException ;
3333
34- import  org .junit .Ignore ;
3534import  org .junit .Test ;
3635
3736import  com .rabbitmq .client .AMQP ;
@@ -120,7 +119,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
120119        drain (c , 2 );
121120    }
122121
123-     @ Ignore 
124122    @ Test  public  void  noAckObeysLimit ()
125123        throws  IOException 
126124    {
@@ -144,7 +142,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
144142        drain (c2 , 1 );
145143    }
146144
147-     @ Ignore 
148145    @ Test  public  void  permutations ()
149146        throws  IOException 
150147    {
@@ -162,7 +159,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
162159        }
163160    }
164161
165-     @ Ignore 
166162    @ Test  public  void  fairness ()
167163        throws  IOException 
168164    {
@@ -192,7 +188,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
192188
193189    }
194190
195-     @ Ignore 
196191    @ Test  public  void  singleChannelAndQueueFairness ()
197192        throws  IOException 
198193    {
@@ -242,7 +237,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
242237        assertTrue (counts .get ("c2" ).intValue () > 0 );
243238    }
244239
245-     @ Ignore 
246240    @ Test  public  void  consumerLifecycle ()
247241        throws  IOException 
248242    {
@@ -264,7 +258,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
264258        channel .queueDelete (queue );
265259    }
266260
267-     @ Ignore 
268261    @ Test  public  void  setLimitAfterConsume ()
269262        throws  IOException 
270263    {
@@ -289,7 +282,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
289282        drain (c , 1 );
290283    }
291284
292-     @ Ignore 
293285    @ Test  public  void  limitDecrease ()
294286        throws  IOException 
295287    {
@@ -310,7 +302,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
310302        drain (c , 2 );
311303    }
312304
313-     @ Ignore 
314305    @ Test  public  void  limitingMultipleChannels ()
315306        throws  IOException 
316307    {
@@ -347,7 +338,6 @@ public static List<Delivery> drain(QueueingConsumer c, int n)
347338        drain (c , 1 );
348339    }
349340
350-     @ Ignore 
351341    @ Test  public  void  recoverReducesLimit () throws  Exception  {
352342        channel .basicQos (2 , true );
353343        QueueingConsumer  c  = new  QueueingConsumer (channel );
0 commit comments