Skip to content

Commit

Permalink
test: Disabled 어노테이션 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoding-play committed Nov 18, 2024
1 parent 9869e3a commit 3e6ddab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import corea.room.repository.RoomRepository;
import corea.scheduler.repository.AutomaticMatchingRepository;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -83,6 +84,7 @@ void cancel() {

@Test
@DisplayName("예약된 자동 업데이트를 수정한다.")
@Disabled
void update() {
Member manager = memberRepository.save(MemberFixture.MEMBER_ROOM_MANAGER_JOYSON());
LocalDateTime reviewDeadline = LocalDateTime.now()
Expand Down

0 comments on commit 3e6ddab

Please sign in to comment.