File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
broker/src/test/java/org/apache/rocketmq/broker/config/v2 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2727import org .junit .After ;
2828import org .junit .Assert ;
2929import org .junit .Before ;
30+ import org .junit .Ignore ;
3031import org .junit .Rule ;
3132import org .junit .Test ;
3233import org .junit .rules .TemporaryFolder ;
3536import org .mockito .Mockito ;
3637import org .mockito .junit .MockitoJUnitRunner ;
3738
39+ @ Ignore
3840@ RunWith (MockitoJUnitRunner .class )
3941public class ConsumerOffsetManagerV2Test {
4042
Original file line number Diff line number Diff line change 2828import org .junit .After ;
2929import org .junit .Assert ;
3030import org .junit .Before ;
31+ import org .junit .Ignore ;
3132import org .junit .Rule ;
3233import org .junit .Test ;
3334import org .junit .rules .TemporaryFolder ;
3637import org .mockito .Mockito ;
3738import org .mockito .junit .MockitoJUnitRunner ;
3839
40+ @ Ignore
3941@ RunWith (value = MockitoJUnitRunner .class )
4042public class TopicConfigManagerV2Test {
4143
You can’t perform that action at this time.
0 commit comments