JAVA-3247 Reduce logging of tutorials-integration job

This commit is contained in:
Dhawal Kapil
2021-08-21 14:14:24 +05:30
parent 65002c6edf
commit 0ee1125908
18 changed files with 427 additions and 41 deletions

View File

@@ -16,8 +16,11 @@ import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* ArangoDB server should be up and running for this test case to run successfully
*/
@SpringBootTest
public class ArticleRepositoryIntegrationTest {
public class ArticleRepositoryLiveTest {
@Autowired
ArticleRepository articleRepository;