We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626c567 commit 59e6a0aCopy full SHA for 59e6a0a
hexagonal/src/test/java/com/iluwatar/hexagonal/database/MongoTicketRepositoryTest.java
@@ -28,6 +28,7 @@
28
import com.iluwatar.hexagonal.domain.PlayerDetails;
29
import com.mongodb.MongoClient;
30
import org.junit.Before;
31
+import org.junit.Ignore;
32
import org.junit.Test;
33
34
import java.util.Optional;
@@ -38,6 +39,7 @@
38
39
/**
40
* Tests for Mongo based ticket repository
41
*/
42
+@Ignore
43
public class MongoTicketRepositoryTest {
44
45
private static final String TEST_HOST = "localhost";
0 commit comments