Disable cassandra-consumer tests
This commit is contained in:
@@ -28,6 +28,7 @@ import org.cassandraunit.utils.EmbeddedCassandraServerHelper;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import reactor.core.publisher.Mono;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -42,6 +43,7 @@ import org.springframework.test.context.TestExecutionListeners;
|
||||
/**
|
||||
* @author Artem Bilan
|
||||
*/
|
||||
@Disabled
|
||||
@TestExecutionListeners(mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS,
|
||||
listeners = CassandraUnitDependencyInjectionIntegrationTestExecutionListener.class)
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE,
|
||||
|
||||
@@ -21,8 +21,6 @@ import java.util.UUID;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.condition.DisabledOnOs;
|
||||
import org.junit.jupiter.api.condition.OS;
|
||||
import reactor.core.publisher.Mono;
|
||||
import reactor.test.StepVerifier;
|
||||
|
||||
@@ -35,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Artem Bilan
|
||||
*/
|
||||
@DisabledOnOs(OS.WINDOWS)
|
||||
@Disabled
|
||||
@TestPropertySource(properties = {
|
||||
"spring.data.cassandra.schema-action=RECREATE",
|
||||
"cassandra.cluster.entity-base-packages=org.springframework.cloud.fn.consumer.cassandra.domain" })
|
||||
|
||||
@@ -19,9 +19,8 @@ package org.springframework.cloud.fn.consumer.cassandra;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.condition.DisabledOnOs;
|
||||
import org.junit.jupiter.api.condition.OS;
|
||||
import reactor.core.publisher.Mono;
|
||||
import reactor.test.StepVerifier;
|
||||
|
||||
@@ -36,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Artem Bilan
|
||||
*/
|
||||
@DisabledOnOs(OS.WINDOWS)
|
||||
@Disabled
|
||||
@TestPropertySource(properties = {
|
||||
"cassandra.cluster.init-script=init-db.cql",
|
||||
"cassandra.ingest-query=" +
|
||||
|
||||
@@ -19,9 +19,8 @@ package org.springframework.cloud.fn.consumer.cassandra;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.condition.DisabledOnOs;
|
||||
import org.junit.jupiter.api.condition.OS;
|
||||
import reactor.core.publisher.Mono;
|
||||
import reactor.test.StepVerifier;
|
||||
|
||||
@@ -37,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Artem Bilan
|
||||
*/
|
||||
@DisabledOnOs(OS.WINDOWS)
|
||||
@Disabled
|
||||
@TestPropertySource(properties = {
|
||||
"cassandra.cluster.init-script=init-db.cql",
|
||||
"cassandra.ingest-query=" +
|
||||
|
||||
@@ -19,9 +19,8 @@ package org.springframework.cloud.fn.consumer.cassandra;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.condition.DisabledOnOs;
|
||||
import org.junit.jupiter.api.condition.OS;
|
||||
import reactor.core.publisher.Mono;
|
||||
import reactor.test.StepVerifier;
|
||||
|
||||
@@ -36,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
/**
|
||||
* @author Artem Bilan
|
||||
*/
|
||||
@DisabledOnOs(OS.WINDOWS)
|
||||
@Disabled
|
||||
@TestPropertySource(properties = {
|
||||
"cassandra.cluster.init-script=init-db.cql",
|
||||
"cassandra.ingest-query=" +
|
||||
|
||||
Reference in New Issue
Block a user