Skip to content

Commit

Permalink
Merge pull request #9769 from danielb987/AddEntryExitPairPanelTest2
Browse files Browse the repository at this point in the history
Move test to intermittent test
  • Loading branch information
bobjacobsen committed May 12, 2021
2 parents 40a1df5 + 70f09e2 commit 15167d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/test/jmri/jmrit/entryexit/AddEntryExitPairPanelTest.java
Expand Up @@ -40,6 +40,8 @@ public void testCTor() {
public void testPanelActions() throws Exception {
Assume.assumeFalse(GraphicsEnvironment.isHeadless());

Assume.assumeFalse("Ignoring intermittent test", Boolean.getBoolean("jmri.skipTestsRequiringSeparateRunning"));

// Open the NX window
AddEntryExitPairAction nxAction = new AddEntryExitPairAction("ENTRY EXIT", panels.get("Alpha")); // NOI18N
nxAction.actionPerformed(null);
Expand Down

0 comments on commit 15167d1

Please sign in to comment.