Skip to content

Commit

Permalink
Ignored SwingUI test
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Sep 10, 2014
1 parent 746c93e commit df5c4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/sk/gymy/seminar/app/SeminarAppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package sk.gymy.seminar.app;

import org.junit.Ignore;
import org.junit.Test;
import org.optaplanner.core.api.solver.Solver;

Expand All @@ -40,6 +41,7 @@ public void testCreateSolver() {
}

@Test
@Ignore("No X11 DISPLAY variable was set, but this program performed an operation which requires it.")
public void testSwingUI() {
SeminarApp.prepareSwingEnvironment();
SeminarApp.prepareDataDirStructure();
Expand Down

0 comments on commit df5c4b0

Please sign in to comment.