Skip to content

Commit 68c2304

Browse files
committed
#413 - Disable test used as documentation include.
1 parent c23485d commit 68c2304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/springframework/data/r2dbc/documentation/PersonRepositoryTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package org.springframework.data.r2dbc.documentation;
1717

18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.Test;
1920
import org.junit.jupiter.api.extension.ExtendWith;
2021
import reactor.test.StepVerifier;
@@ -23,6 +24,7 @@
2324
import org.springframework.test.context.ContextConfiguration;
2425
import org.springframework.test.context.junit.jupiter.SpringExtension;
2526

27+
@Disabled
2628
//@formatter:off
2729
// tag::class[]
2830
@ExtendWith(SpringExtension.class)

0 commit comments

Comments
 (0)