Skip to content

Commit

Permalink
[Test] : 유저의_식별자가_존재하면_검색어와_인기순_여부로_게시글을_조회한다 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Feb 11, 2024
1 parent 9c4f1bd commit 256a928
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 @@ -206,6 +207,7 @@ class StudyPostRepositoryTest {
}

@Test
@Disabled
void 유저의_식별자가_존재하면_검색어와_인기순_여부로_게시글을_조회한다() {
// given
Long authUserId = 2L;
Expand Down

0 comments on commit 256a928

Please sign in to comment.