Skip to content

Commit b263d4d

Browse files
committed
Revert "Disables test"
This reverts commit ab47c4f.
1 parent ab47c4f commit b263d4d

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

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

2828
import org.junit.jupiter.api.AfterEach;
29-
import org.junit.jupiter.api.Disabled;
3029
import org.junit.jupiter.api.Test;
3130
import org.junit.jupiter.api.extension.RegisterExtension;
3231
import org.mockito.Mockito;
@@ -272,7 +271,6 @@ void parentConnectionFactoryInheritedByDefaultAndRabbitSettingsPropagated() {
272271
// .isEqualTo("setByCustomizer:someGroup");
273272
}
274273

275-
@Disabled
276274
@Test
277275
void parentConnectionFactoryInheritedIfOverridden() {
278276
context = new SpringApplicationBuilder(SimpleProcessor.class,

0 commit comments

Comments
 (0)