mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-07 14:18:05 +08:00
ignore test
This commit is contained in:
parent
9a4ec7bce2
commit
8958a11b77
@ -40,7 +40,7 @@ public class MailTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void sendHtmlTest() {
|
public void sendHtmlTest() {
|
||||||
MailUtil.send("hutool@foxmail.com", "测试", "<h1>邮件来自Hutool测试</h1>", true);
|
MailUtil.send("hutool@foxmail.com", "测试", "<h1>邮件来自Hutool测试</h1>", true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user