Skip to content

Commit

Permalink
[Test] : 사용되지않는 테스트 Disable 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
elyudwo committed Feb 12, 2024
1 parent d05fdf9 commit 13f98a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import kr.co.studyhubinu.studyhubserver.support.repository.RepositoryTest;
import kr.co.studyhubinu.studyhubserver.user.domain.UserEntity;
import kr.co.studyhubinu.studyhubserver.user.repository.UserRepository;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.PageRequest;
Expand Down Expand Up @@ -241,6 +242,7 @@ class StudyPostRepositoryTest {
}

@Test
@Disabled
void 스터디_시작_날짜와_마감이_안된_게시글은_마감으로_수정한다() {
// given
Long postedUserId = 1L;
Expand Down

0 comments on commit 13f98a5

Please sign in to comment.