Skip to content

Commit

Permalink
skip intermittent test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Nov 24, 2019
1 parent 5cc7d23 commit eaf9a88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/test/jmri/jmrix/can/cbus/CbusThrottleManagerTest.java
Expand Up @@ -35,6 +35,8 @@ public void testCTor() {

@Test
public void testIncomingFunctions() {
Assume.assumeFalse("Ignoring intermittent test", Boolean.getBoolean("jmri.skipTestsRequiringSeparateRunning"));

CbusThrottleManager cbtm = (CbusThrottleManager) tm;
Assert.assertNotNull("exists",cbtm);
DccLocoAddress addr = new DccLocoAddress(1234,true);
Expand Down Expand Up @@ -286,6 +288,7 @@ public void testIncomingSpeedDirection() {

@Test
public void testMessage() {
Assume.assumeFalse("Ignoring intermittent test", Boolean.getBoolean("jmri.skipTestsRequiringSeparateRunning"));

CbusThrottleManager cbtmb = (CbusThrottleManager) tm;
Assert.assertNotNull("exists",cbtmb);
Expand Down

0 comments on commit eaf9a88

Please sign in to comment.