Skip to content

Commit

Permalink
Suppressed KML unit tests that depend on remote resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Dec 13, 2016
1 parent ab8f8ea commit 4496e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gov/nasa/worldwind/ogc/kml/KMLReferenceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public void testKMZReference() throws IOException, XMLStreamException
assertNotNull("Cannot resolve reference to file KMZ archive", o);
}

@Ignore
@Test
public void testReferenceToRemoteKML()
{
Expand All @@ -113,6 +114,7 @@ public void testReferenceToRemoteKML()
assertTrue("Cannot resolve reference to remote KML file", o instanceof KMLRoot);
}

@Ignore
@Test
public void testReferenceToRemoteKMZ()
{
Expand All @@ -127,6 +129,7 @@ public void testReferenceToRemoteKMZ()
assertTrue("Cannot resolve reference to remote KMZ file", o instanceof KMLRoot);
}

@Ignore
@Test
public void testReferenceToRemoteElement()
{
Expand Down

0 comments on commit 4496e5d

Please sign in to comment.