Renamed file to skip test in jenkins (#14870)

* Renamed file to skip test in jenkins

* javadoc add
This commit is contained in:
Saikat Chakraborty 2023-10-25 17:10:55 +05:30 committed by GitHub
parent 29d0e4f04c
commit 6807803bd3
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ import java.util.UUID;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.*;
/**
* This live test requires a running Docker instance so that a Cassandra container can be created
*/
@Testcontainers
@SpringBootTest
class ProductRepositoryNestedLiveTest {