Disable MdStoreClientTest test as it requires a local mongodb running and it does not perform any assertions

This commit is contained in:
Giambattista Bloisi 2023-07-19 14:18:56 +02:00
parent ef493681d9
commit 38dfebfbe6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
public class MdStoreClientTest {
@Test
// @Test
public void testMongoCollection() throws IOException {
final MdstoreClient client = new MdstoreClient("mongodb://localhost:27017", "mdstore");