From e17339195bdb0fe39e5c557cd199c725d4bbff71 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 2 Jun 2021 16:31:24 +0200 Subject: [PATCH] Disable test --- .../cloud/stream/function/SourceToFunctionsSupportTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java b/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java index 863b6fe05..b0b8b1cb1 100644 --- a/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java +++ b/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/SourceToFunctionsSupportTests.java @@ -21,11 +21,9 @@ import java.util.concurrent.atomic.AtomicInteger; import java.util.function.Function; import java.util.function.Supplier; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.rules.ExpectedException; import reactor.core.publisher.Flux;