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 bc4857f6be
commit 0518e6726b
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"))