Skip to content

Commit 188db9c

Browse files
committed
Remove test to file tests as they were fixed on rebase
- Remove unused code from ImapMailReceiverNoDebugTests
1 parent 4844f64 commit 188db9c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store/channel/MySqlTxTimeoutMessageStoreTests.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.integration.jdbc.store.channel;
1818

1919
import org.junit.jupiter.api.Disabled;
20-
import org.junit.jupiter.api.Test;
2120

2221
import org.springframework.integration.jdbc.mysql.MySqlContainerTest;
2322
import org.springframework.test.context.ContextConfiguration;
@@ -43,10 +42,10 @@ public void testPriorityChannel() {
4342
super.testPriorityChannel();
4443
}
4544

46-
@Test
45+
@Override
4746
@Disabled("Not stable on GitHub Actions")
4847
public void testInt3181ConcurrentPolling() throws InterruptedException {
49-
super.testPriorityChannel();
48+
super.testInt3181ConcurrentPolling();
5049
}
5150

5251
}

0 commit comments

Comments
 (0)