提交 d5769999 编写于 作者: C CalvinKirs

remove assert

上级 2a9e789f
......@@ -88,16 +88,6 @@ public class TaskResponseServiceTest {
@After
public void after() {
long startTime = System.currentTimeMillis();
long maxWaitTime = 3 * 60 * 1000;
while (taskResponseService.getEventQueue().size() != 0) {
}
Assert.assertEquals(0, taskResponseService.getEventQueue().size());
taskResponseService.stop();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册