Skip to content

Commit

Permalink
ignore test for USB based connections
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Oct 18, 2018
1 parent c46765d commit 5d70b8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/test/jmri/jmrix/AbstractUsbConnectionConfigTestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@
* @author Paul Bender Copyright (C) 2018
*/
abstract public class AbstractUsbConnectionConfigTestBase extends jmri.jmrix.AbstractConnectionConfigTestBase {

@Test
@Ignore
public void testLoadDetails(){
// don't try to load details on connections that use libusb, since it
// is not always available.
}
}

0 comments on commit 5d70b8a

Please sign in to comment.