2
pom.xml
2
pom.xml
@@ -30,7 +30,7 @@
|
||||
<degraph-check.version>0.1.4</degraph-check.version>
|
||||
<postgresql.version>42.2.5</postgresql.version>
|
||||
<mysql.version>5.1.47</mysql.version>
|
||||
<jasync.version>1.0.6</jasync.version>
|
||||
<jasync.version>1.0.14</jasync.version>
|
||||
<r2dbc-spi-test.version>0.8.0.RELEASE</r2dbc-spi-test.version>
|
||||
<mssql-jdbc.version>7.1.2.jre8-preview</mssql-jdbc.version>
|
||||
<r2dbc-releasetrain.version>Arabba-SR2</r2dbc-releasetrain.version>
|
||||
|
||||
@@ -31,7 +31,6 @@ import org.springframework.data.r2dbc.testing.MySqlTestSupport;
|
||||
*
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
@Ignore("https://github.com/jasync-sql/jasync-sql/issues/150")
|
||||
public class JasyncMySqlDatabaseClientIntegrationTests extends AbstractDatabaseClientIntegrationTests {
|
||||
|
||||
@ClassRule public static final ExternalDatabase database = MySqlTestSupport.database();
|
||||
|
||||
@@ -23,7 +23,6 @@ import java.time.Duration;
|
||||
import javax.sql.DataSource;
|
||||
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import org.springframework.data.r2dbc.testing.ExternalDatabase;
|
||||
import org.springframework.data.r2dbc.testing.MySqlTestSupport;
|
||||
@@ -33,7 +32,6 @@ import org.springframework.data.r2dbc.testing.MySqlTestSupport;
|
||||
*
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
@Ignore("https://github.com/jasync-sql/jasync-sql/issues/150")
|
||||
public class JasyncMySqlTransactionalDatabaseClientIntegrationTests
|
||||
extends AbstractTransactionalDatabaseClientIntegrationTests {
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ import reactor.core.publisher.Mono;
|
||||
import javax.sql.DataSource;
|
||||
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
@@ -45,7 +44,6 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@ContextConfiguration
|
||||
@Ignore("https://github.com/jasync-sql/jasync-sql/issues/150")
|
||||
public class JasyncMySqlR2dbcRepositoryIntegrationTests extends AbstractR2dbcRepositoryIntegrationTests {
|
||||
|
||||
@ClassRule public static final ExternalDatabase database = MySqlTestSupport.database();
|
||||
|
||||
Reference in New Issue
Block a user