Disable WebFluxDslTests till Security fixes
Related to https://github.com/spring-projects/spring-security/issues/8881
This commit is contained in:
@@ -29,6 +29,7 @@ import javax.annotation.Resource;
|
||||
|
||||
import org.hamcrest.Matchers;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.reactivestreams.Publisher;
|
||||
|
||||
@@ -106,6 +107,7 @@ import reactor.test.StepVerifier;
|
||||
*/
|
||||
@SpringJUnitWebConfig
|
||||
@DirtiesContext
|
||||
@Disabled
|
||||
public class WebFluxDslTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user