We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99951db commit 67c755fCopy full SHA for 67c755f
spring-ws-support/src/test/java/org/springframework/ws/transport/mail/MailIntegrationTest.java
@@ -20,7 +20,6 @@
20
import com.icegreen.greenmail.util.GreenMailUtil;
21
import jakarta.mail.MessagingException;
22
import jakarta.mail.internet.MimeMessage;
23
-import org.junit.jupiter.api.Disabled;
24
import org.junit.jupiter.api.Test;
25
import org.junit.jupiter.api.extension.ExtendWith;
26
@@ -43,7 +42,6 @@ public class MailIntegrationTest {
43
42
@Autowired
44
private WebServiceTemplate webServiceTemplate;
45
46
- @Disabled("doesn't run under Spring Framework 6.0.1-SNAPSHOT")
47
@Test
48
public void testMailTransport() throws MessagingException {
49
0 commit comments