Skip to content

Commit f329920

Browse files
committed
Disable MySqlTxTimeoutMessageStoreTests.testPriorityChannel()
1 parent ce57971 commit f329920

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package org.springframework.integration.jdbc.store.channel;
1818

19+
import org.junit.jupiter.api.Disabled;
20+
1921
import org.springframework.integration.jdbc.mysql.MySqlContainerTest;
2022
import org.springframework.test.context.ContextConfiguration;
2123

@@ -28,4 +30,10 @@
2830
@ContextConfiguration
2931
public class MySqlTxTimeoutMessageStoreTests extends AbstractTxTimeoutMessageStoreTests implements MySqlContainerTest {
3032

33+
@Override
34+
@Disabled("Not stable on GitHub Actions")
35+
public void testPriorityChannel() {
36+
super.testPriorityChannel();
37+
}
38+
3139
}

0 commit comments

Comments
 (0)