Skip to content

Commit

Permalink
chore: 1회성 테스트 disabled 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
권덕주 committed Dec 26, 2023
1 parent fd469eb commit 3d5d866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/catcher/core/MountainInsertTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.catcher.core.port.CatcherItemPort;
import com.catcher.core.port.CategoryPort;
import com.catcher.core.port.LocationPort;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvFileSource;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -36,6 +37,7 @@ public class MountainInsertTest {
public static final String CATEGORY_NAME = "mountain";


@Disabled
@ParameterizedTest
@CsvFileSource(resources = "/MNT_CODE.csv", numLinesToSkip = 1, encoding = "EUC-KR")
public void 산_정보_최초_insert(Long order, String mountainName, String locationDescription, String mountainCode) {
Expand Down

0 comments on commit 3d5d866

Please sign in to comment.