@@ -238,12 +238,6 @@ public void testTimerFlowControl() throws Exception {
238
238
testTimerFlowControlCommon ();
239
239
}
240
240
241
- @ Test
242
- public void testDledgerTimerFlowControl () throws Exception {
243
- initStore (true );
244
- testTimerFlowControlCommon ();
245
- }
246
-
247
241
public void testTimerFlowControlCommon () throws Exception {
248
242
String topic = "TimerTest_testTimerFlowControl" ;
249
243
@@ -293,12 +287,6 @@ public void testPutExpiredTimerMessage() throws Exception {
293
287
testPutExpiredTimerMessageCommon ();
294
288
}
295
289
296
- @ Test
297
- public void testDledgerPutExpiredTimerMessage () throws Exception {
298
- initStore (true );
299
- testPutExpiredTimerMessageCommon ();
300
- }
301
-
302
290
public void testPutExpiredTimerMessageCommon () throws Exception {
303
291
// Skip on Mac to make CI pass
304
292
Assume .assumeFalse (MixAll .isMac ());
@@ -332,12 +320,6 @@ public void testDeleteTimerMessage() throws Exception {
332
320
testDeleteTimerMessageCommon ();
333
321
}
334
322
335
- @ Test
336
- public void testDledgerDeleteTimerMessage () throws Exception {
337
- initStore (true );
338
- testDeleteTimerMessageCommon ();
339
- }
340
-
341
323
public void testDeleteTimerMessageCommon () throws Exception {
342
324
String topic = "TimerTest_testDeleteTimerMessage" ;
343
325
@@ -380,12 +362,6 @@ public void testPutDeleteTimerMessage() throws Exception {
380
362
testPutDeleteTimerMessageCommon ();
381
363
}
382
364
383
- @ Test
384
- public void testDledgerPutDeleteTimerMessage () throws Exception {
385
- initStore (true );
386
- testPutDeleteTimerMessageCommon ();
387
- }
388
-
389
365
public void testPutDeleteTimerMessageCommon () throws Exception {
390
366
String topic = "TimerTest_testPutDeleteTimerMessage" ;
391
367
@@ -523,12 +499,6 @@ public void testMaxDelaySec() throws Exception {
523
499
testMaxDelaySecCommon ();
524
500
}
525
501
526
- @ Test
527
- public void testDledgerMaxDelaySec () throws Exception {
528
- initStore (true );
529
- testMaxDelaySecCommon ();
530
- }
531
-
532
502
public void testMaxDelaySecCommon () throws Exception {
533
503
String topic = "TimerTest_testMaxDelaySec" ;
534
504
0 commit comments