#413 - Disable test used as documentation include.

This commit is contained in:
Mark Paluch
2020-09-18 09:20:42 +02:00
parent c23485d90e
commit 68c2304b73

View File

@@ -15,6 +15,7 @@
*/
package org.springframework.data.r2dbc.documentation;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import reactor.test.StepVerifier;
@@ -23,6 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit.jupiter.SpringExtension;
@Disabled
//@formatter:off
// tag::class[]
@ExtendWith(SpringExtension.class)