We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23485d commit 68c2304Copy full SHA for 68c2304
src/test/java/org/springframework/data/r2dbc/documentation/PersonRepositoryTests.java
@@ -15,6 +15,7 @@
15
*/
16
package org.springframework.data.r2dbc.documentation;
17
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
import org.junit.jupiter.api.extension.ExtendWith;
21
import reactor.test.StepVerifier;
@@ -23,6 +24,7 @@
23
24
import org.springframework.test.context.ContextConfiguration;
25
import org.springframework.test.context.junit.jupiter.SpringExtension;
26
27
+@Disabled
28
//@formatter:off
29
// tag::class[]
30
@ExtendWith(SpringExtension.class)
0 commit comments