ignore test

This commit is contained in:
Looly 2019-11-26 11:58:17 +08:00
parent 9a4ec7bce2
commit 8958a11b77

View File

@ -40,7 +40,7 @@ public class MailTest {
}
@Test
// @Ignore
@Ignore
public void sendHtmlTest() {
MailUtil.send("hutool@foxmail.com", "测试", "<h1>邮件来自Hutool测试</h1>", true);
}