We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aaaba commit 75769baCopy full SHA for 75769ba
spring-integration-mail/src/test/java/org/springframework/integration/mail/ImapMailReceiverTests.java
@@ -110,7 +110,7 @@
110
@SpringJUnitConfig
111
@ContextConfiguration(
112
"classpath:org/springframework/integration/mail/config/ImapIdleChannelAdapterParserTests-context.xml")
113
-@DirtiesContext
+@DirtiesContext(classMode = DirtiesContext.ClassMode.BEFORE_EACH_TEST_METHOD)
114
public class ImapMailReceiverTests {
115
116
private static final ImapSearchLoggingHandler imapSearches = new ImapSearchLoggingHandler();
0 commit comments