Skip to content

Commit

Permalink
Added enabledif to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
svats0001 committed Oct 1, 2024
1 parent af3c861 commit 14fedd3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
import io.r2dbc.spi.RowMetadata;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIf;

import reactor.core.publisher.Mono;

import java.time.Instant;
Expand Down Expand Up @@ -148,6 +150,7 @@ void returningGetRowUpdated() {
}

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

0 comments on commit 14fedd3

Please sign in to comment.