Skip to content

Commit 6aa102d

Browse files
committed
Change test ignore msg
1 parent a06054e commit 6aa102d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/sourceclear/gramtest/TestRunnerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class TestRunnerTest {
1616
* @throws java.io.IOException
1717
*/
1818
@Test
19-
@Ignore("Non terminating test case")
19+
@Ignore("Ignoring non terminating test case")
2020
public void testQueueGenerator() throws IOException, InterruptedException {
2121
final BlockingQueue<String> queue = new SynchronousQueue<>();
2222
TestRunner continuousRunner = new TestRunner(getClass().getResourceAsStream("/url.bnf"), queue, 10, 8, 16);

0 commit comments

Comments
 (0)