We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bcbb2 commit f6cd081Copy full SHA for f6cd081
src/test/groovy/geoscript/workspace/OGRTestCase.groovy
@@ -7,6 +7,7 @@ import geoscript.layer.Layer
7
import geoscript.layer.Shapefile
8
import org.geotools.data.ogr.OGRDataStore
9
import org.geotools.data.ogr.jni.JniOGRDataStoreFactory
10
+import org.junit.Ignore
11
import org.junit.Rule
12
import org.junit.rules.TemporaryFolder
13
@@ -17,6 +18,7 @@ import org.junit.Test
17
18
* The OGR Workspace Unit Test
19
* @author Jared Erickson
20
*/
21
+@Ignore
22
class OGRTestCase {
23
24
@Rule
0 commit comments