Skip to content

Commit f6cd081

Browse files
committed
Ingore ogr tests for now
1 parent 45bcbb2 commit f6cd081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/groovy/geoscript/workspace/OGRTestCase.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import geoscript.layer.Layer
77
import geoscript.layer.Shapefile
88
import org.geotools.data.ogr.OGRDataStore
99
import org.geotools.data.ogr.jni.JniOGRDataStoreFactory
10+
import org.junit.Ignore
1011
import org.junit.Rule
1112
import org.junit.rules.TemporaryFolder
1213

@@ -17,6 +18,7 @@ import org.junit.Test
1718
* The OGR Workspace Unit Test
1819
* @author Jared Erickson
1920
*/
21+
@Ignore
2022
class OGRTestCase {
2123

2224
@Rule

0 commit comments

Comments
 (0)