Disable WebFluxDslTests till Security fixes

Related to https://github.com/spring-projects/spring-security/issues/8881
This commit is contained in:
Artem Bilan
2020-07-31 11:00:27 -04:00
parent 8cf6ff0462
commit 78bb84d07b

View File

@@ -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