Skip to content

Commit 4496e5d

Browse files
committed
Suppressed KML unit tests that depend on remote resources
1 parent ab8f8ea commit 4496e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/gov/nasa/worldwind/ogc/kml/KMLReferenceTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public void testKMZReference() throws IOException, XMLStreamException
104104
assertNotNull("Cannot resolve reference to file KMZ archive", o);
105105
}
106106

107+
@Ignore
107108
@Test
108109
public void testReferenceToRemoteKML()
109110
{
@@ -113,6 +114,7 @@ public void testReferenceToRemoteKML()
113114
assertTrue("Cannot resolve reference to remote KML file", o instanceof KMLRoot);
114115
}
115116

117+
@Ignore
116118
@Test
117119
public void testReferenceToRemoteKMZ()
118120
{
@@ -127,6 +129,7 @@ public void testReferenceToRemoteKMZ()
127129
assertTrue("Cannot resolve reference to remote KMZ file", o instanceof KMLRoot);
128130
}
129131

132+
@Ignore
130133
@Test
131134
public void testReferenceToRemoteElement()
132135
{

0 commit comments

Comments
 (0)