Skip to content

Commit 78bb84d

Browse files
committed
Disable WebFluxDslTests till Security fixes
Related to spring-projects/spring-security#8881
1 parent 8cf6ff0 commit 78bb84d

File tree

1 file changed

+2
-0
lines changed
  • spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl

1 file changed

+2
-0
lines changed

spring-integration-webflux/src/test/java/org/springframework/integration/webflux/dsl/WebFluxDslTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
import org.hamcrest.Matchers;
3131
import org.junit.jupiter.api.BeforeEach;
32+
import org.junit.jupiter.api.Disabled;
3233
import org.junit.jupiter.api.Test;
3334
import org.reactivestreams.Publisher;
3435

@@ -106,6 +107,7 @@
106107
*/
107108
@SpringJUnitWebConfig
108109
@DirtiesContext
110+
@Disabled
109111
public class WebFluxDslTests {
110112

111113
@Autowired

0 commit comments

Comments
 (0)