Skip to content

Commit

Permalink
fix: 전체 테스트 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
holyPigeon committed Dec 4, 2024
1 parent dc1f42a commit 4075252
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/test/java/com/kyonggi/teampu/TeamPuApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package com.kyonggi.teampu;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

//@SpringBootTest
@ActiveProfiles("test") // application-test.yml 파일의 설정을 로드
class TeamPuApplicationTests {

@Test
void contextLoads() {
}

}
//package com.kyonggi.teampu;
//
//import org.junit.jupiter.api.Test;
//import org.springframework.boot.test.context.SpringBootTest;
//import org.springframework.test.context.ActiveProfiles;
//
////@SpringBootTest
//@ActiveProfiles("test") // application-test.yml 파일의 설정을 로드
//class TeamPuApplicationTests {
//
// @Test
// void contextLoads() {
// }
//
//}

0 comments on commit 4075252

Please sign in to comment.