Disable sporadic MySqlTxTimeoutMessageStoreTests.testInt2993IdCacheConcurrency
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
package org.springframework.integration.jdbc.store.channel;
|
||||
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@@ -38,4 +40,12 @@ public class MySqlTxTimeoutMessageStoreTests extends AbstractTxTimeoutMessageSto
|
||||
super.testInt3181ConcurrentPolling();
|
||||
}
|
||||
|
||||
@Override
|
||||
@Test
|
||||
@Disabled("Fails sporadically")
|
||||
public void testInt2993IdCacheConcurrency() throws InterruptedException, ExecutionException {
|
||||
super.testInt2993IdCacheConcurrency();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user