Skip to content

Commit 46be199

Browse files
committed
Using the right annotation
1 parent be1bd73 commit 46be199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jodd-mail/src/test/java/jodd/mail/GoogleTest.java renamed to jodd-mail/src/test/java/jodd/mail/GmailTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525

2626
package jodd.mail;
2727

28-
import org.junit.Ignore;
28+
import org.junit.jupiter.api.Disabled;
2929
import org.junit.jupiter.api.Test;
3030

3131
import javax.mail.Flags;
3232
import java.util.Arrays;
3333

34-
@Ignore("Requires Gmail")
35-
class GoogleTest {
34+
class GmailTest {
3635

3736
@Test
37+
@Disabled("Requires Gmail")
3838
void testGoogle_receiveUnseen() {
3939
ImapServer imapServer = MailServer.create()
4040
.host("imap.gmail.com")

0 commit comments

Comments
 (0)