Revert "Disable a few tests temporarily"
This reverts commit 90b8eae541.
This commit is contained in:
@@ -29,7 +29,6 @@ import com.rabbitmq.http.client.domain.BindingInfo;
|
||||
import com.rabbitmq.http.client.domain.ExchangeInfo;
|
||||
import com.rabbitmq.http.client.domain.QueueInfo;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.RegisterExtension;
|
||||
import org.mockito.Mockito;
|
||||
@@ -91,7 +90,6 @@ import static org.mockito.Mockito.verify;
|
||||
* @author Artem Bilan
|
||||
* @author Soby Chacko
|
||||
*/
|
||||
@Disabled
|
||||
public class RabbitBinderModuleTests {
|
||||
|
||||
@RegisterExtension
|
||||
|
||||
@@ -21,7 +21,6 @@ import com.rabbitmq.stream.Environment;
|
||||
import com.rabbitmq.stream.OffsetSpecification;
|
||||
import com.rabbitmq.stream.ProducerBuilder;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.amqp.rabbit.listener.MessageListenerContainer;
|
||||
@@ -57,7 +56,6 @@ import static org.mockito.Mockito.verify;
|
||||
/**
|
||||
* @author Gary Russell
|
||||
*/
|
||||
@Disabled
|
||||
public class RabbitStreamBinderModuleTests {
|
||||
|
||||
private ConfigurableApplicationContext context;
|
||||
|
||||
Reference in New Issue
Block a user