|
|
@@ -6,6 +6,7 @@ import com.danielbohry.stocks.repository.StockRepository;
|
|
|
import com.danielbohry.stocks.service.StockService;
|
|
|
import org.junit.jupiter.api.AfterEach;
|
|
|
import org.junit.jupiter.api.BeforeEach;
|
|
|
+import org.junit.jupiter.api.Disabled;
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
@@ -16,6 +17,7 @@ import java.util.Set;
|
|
|
|
|
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
|
|
|
|
+@Disabled
|
|
|
@SpringBootTest
|
|
|
@ContextConfiguration(classes = {App.class})
|
|
|
public class StockServiceTest {
|