Hexagonal pattern: Ignore Mongo repository test
This commit is contained in:
parent
626c56730c
commit
59e6a0af85
@ -28,6 +28,7 @@ import com.iluwatar.hexagonal.domain.LotteryTicketId;
|
|||||||
import com.iluwatar.hexagonal.domain.PlayerDetails;
|
import com.iluwatar.hexagonal.domain.PlayerDetails;
|
||||||
import com.mongodb.MongoClient;
|
import com.mongodb.MongoClient;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
@ -38,6 +39,7 @@ import static org.junit.Assert.assertTrue;
|
|||||||
/**
|
/**
|
||||||
* Tests for Mongo based ticket repository
|
* Tests for Mongo based ticket repository
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class MongoTicketRepositoryTest {
|
public class MongoTicketRepositoryTest {
|
||||||
|
|
||||||
private static final String TEST_HOST = "localhost";
|
private static final String TEST_HOST = "localhost";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user