File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/test/java/com/rabbitmq/stream/impl Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5555import org .assertj .core .api .InstanceOfAssertFactories ;
5656import org .assertj .core .api .InstanceOfAssertFactory ;
5757import org .assertj .core .api .ObjectAssert ;
58- import org .junit .Ignore ;
5958import org .junit .jupiter .api .AfterEach ;
6059import org .junit .jupiter .api .BeforeEach ;
6160import org .junit .jupiter .api .Test ;
@@ -133,9 +132,8 @@ void publishToStreamQueueConsumeFromStream() throws Exception {
133132 .containsEntry ("x-routing-key" , stream );
134133 }
135134
136- @ Test
135+ // @Test
137136 @ BrokerVersionAtLeast (BrokerVersion .RABBITMQ_3_11_9 )
138- @ Ignore
139137 void publishAmqpValueToStreamQueueConsumeFromStream () throws Exception {
140138 Producer p = session .createProducer ("/amq/queue/" + stream , QoS .AT_LEAST_ONCE );
141139 AMQPMessage message = new AMQPMessage ();
@@ -172,9 +170,8 @@ void publishDataSectionsToStreamQueueConsumeFromStream() throws Exception {
172170 assertThat (receivedBody ).isEqualTo (receivedBody );
173171 }
174172
175- @ Test
173+ // @Test
176174 @ BrokerVersionAtLeast (BrokerVersion .RABBITMQ_3_11_9 )
177- @ Ignore
178175 void publishSequenceSectionsToStreamQueueConsumeFromStream () throws Exception {
179176 Producer p = session .createProducer ("/amq/queue/" + stream , QoS .AT_LEAST_ONCE );
180177 AMQPMessage message = new AMQPMessage ();
You can’t perform that action at this time.
0 commit comments