JAVA-3247 Reduce logging of tutorials-integration job
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user