Skip to content

Commit

Permalink
Change test ignore msg
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion committed Jan 29, 2017
1 parent a06054e commit 6aa102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/sourceclear/gramtest/TestRunnerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestRunnerTest {
* @throws java.io.IOException
*/
@Test
@Ignore("Non terminating test case")
@Ignore("Ignoring non terminating test case")
public void testQueueGenerator() throws IOException, InterruptedException {
final BlockingQueue<String> queue = new SynchronousQueue<>();
TestRunner continuousRunner = new TestRunner(getClass().getResourceAsStream("/url.bnf"), queue, 10, 8, 16);
Expand Down

0 comments on commit 6aa102d

Please sign in to comment.