Skip to content

Commit f4eb60f

Browse files
committed
Disabling test
1 parent 919a66e commit f4eb60f

File tree

1 file changed

+2
-0
lines changed
  • binders/rabbit-binder/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/integration

1 file changed

+2
-0
lines changed

binders/rabbit-binder/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/integration/RabbitBinderModuleTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import java.util.function.Function;
2727

2828
import org.junit.jupiter.api.AfterEach;
29+
import org.junit.jupiter.api.Disabled;
2930
import org.junit.jupiter.api.Test;
3031
import org.junit.jupiter.api.extension.RegisterExtension;
3132
import org.mockito.Mockito;
@@ -273,6 +274,7 @@ void parentConnectionFactoryInheritedByDefaultAndRabbitSettingsPropagated() {
273274
}
274275

275276
@Test
277+
@Disabled
276278
void parentConnectionFactoryInheritedIfOverridden() {
277279
context = new SpringApplicationBuilder(SimpleProcessor.class,
278280
ConnectionFactoryConfiguration.class).web(WebApplicationType.NONE)

0 commit comments

Comments
 (0)