Merge pull request #12498 from abh1navv/BAEL-3201

BAEL-3201
This commit is contained in:
kwoyke 2022-07-19 08:23:18 +02:00 committed by GitHub
commit 28a89f9073
1 changed files with 5 additions and 1 deletions

View File

@ -10,8 +10,12 @@ import org.testcontainers.utility.DockerImageName;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
/**
* Requires Docker running on the machine to run without errors
* Therefore, skipped from pipeline
*/
@SpringBootTest
public class ProductServiceIntegrationTest {
public class ProductServiceManualTest {
static {
GenericContainer<?> redis = new GenericContainer<>(DockerImageName.parse("redis:5.0.3-alpine"))