We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06054e commit 6aa102dCopy full SHA for 6aa102d
1 file changed
src/test/java/com/sourceclear/gramtest/TestRunnerTest.java
@@ -16,7 +16,7 @@ public class TestRunnerTest {
16
* @throws java.io.IOException
17
*/
18
@Test
19
- @Ignore("Non terminating test case")
+ @Ignore("Ignoring non terminating test case")
20
public void testQueueGenerator() throws IOException, InterruptedException {
21
final BlockingQueue<String> queue = new SynchronousQueue<>();
22
TestRunner continuousRunner = new TestRunner(getClass().getResourceAsStream("/url.bnf"), queue, 10, 8, 16);
0 commit comments