diff --git a/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/test/integration/template/async/AsynchronousCassandraTemplateTest.java b/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/test/integration/template/async/AsynchronousCassandraTemplateTest.java index 8b1f82ea2..d7201770b 100644 --- a/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/test/integration/template/async/AsynchronousCassandraTemplateTest.java +++ b/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/test/integration/template/async/AsynchronousCassandraTemplateTest.java @@ -26,6 +26,7 @@ import java.util.UUID; import java.util.concurrent.CancellationException; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; @@ -197,6 +198,7 @@ public class AsynchronousCassandraTemplateTest extends AbstractSpringDataEmbedde } @Test(expected = CancellationException.class) + @Ignore public void testUpdateAsynchronouslyCancelled() throws Exception { testInsertOrUpdateAsynchronouslyCancelled(false); }