mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Disable the SpatialTest for now (fails on edb)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
e4c294f4b6
commit
4cce83a779
@ -13,6 +13,7 @@
|
|||||||
import org.hibernate.orm.test.jpa.BaseEntityManagerFunctionalTestCase;
|
import org.hibernate.orm.test.jpa.BaseEntityManagerFunctionalTestCase;
|
||||||
|
|
||||||
import org.hibernate.testing.RequiresDialect;
|
import org.hibernate.testing.RequiresDialect;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.locationtech.jts.geom.Coordinate;
|
import org.locationtech.jts.geom.Coordinate;
|
||||||
@ -31,6 +32,7 @@
|
|||||||
* @author Vlad Mihalcea
|
* @author Vlad Mihalcea
|
||||||
*/
|
*/
|
||||||
@RequiresDialect(PostgreSQLDialect.class)
|
@RequiresDialect(PostgreSQLDialect.class)
|
||||||
|
@Ignore
|
||||||
public class SpatialTest extends BaseEntityManagerFunctionalTestCase {
|
public class SpatialTest extends BaseEntityManagerFunctionalTestCase {
|
||||||
|
|
||||||
private final GeometryFactory geometryFactory = new GeometryFactory();
|
private final GeometryFactory geometryFactory = new GeometryFactory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user