Skip to content

Commit

Permalink
ignore map tests at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeder committed Nov 13, 2013
1 parent 75ace12 commit 79721a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/jfxtras/labs/jemmy/map/MapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@
import org.junit.Test;

import static java.awt.GraphicsEnvironment.isHeadless;
import org.junit.Ignore;

/**
* Map Test.
*
* @author Mario Schroeder
*
*/
@Ignore
public class MapTest extends AbstractJemmyTest {

private ControlDock getZoomInButton() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void testBingSource() {
}

@Test
@Ignore
public void testLocalSource() {

TileSourceFactory<String> factory = new LocalTileSourceFactory();
Expand Down

0 comments on commit 79721a4

Please sign in to comment.