BAEL-3201 - Skipping test container based test

This commit is contained in:
Abhinav Pandey
2022-07-16 20:18:52 +05:30
committed by GitHub
parent 3c5454142c
commit 32643c76cd

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"))