Skip to content

Commit 65a6e61

Browse files
svats0001jchrys
authored andcommitted
Added enabledif to integration test
1 parent 2a64761 commit 65a6e61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

r2dbc-mysql/src/test/java/io/asyncer/r2dbc/mysql/MariaDbIntegrationTestSupport.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import io.r2dbc.spi.RowMetadata;
2626

2727
import org.junit.jupiter.api.Test;
28+
import org.junit.jupiter.api.condition.EnabledIf;
29+
2830
import reactor.core.publisher.Mono;
2931

3032
import java.time.Instant;
@@ -148,6 +150,7 @@ void returningGetRowUpdated() {
148150
}
149151

150152
@Test
153+
@EnabledIf("envIsMariaDb10_5_1")
151154
void returningExtendedTypeInfoJson() {
152155
complete(conn -> changeCapability(conn).createStatement("CREATE TEMPORARY TABLE test(" +
153156
"id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, value JSON NOT NULL)")

0 commit comments

Comments
 (0)