-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: RedissonClient spybean으로 할 시 나머지 테스트 실패
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ class SubmissionServiceTest extends AbstractIntegrationTest { | |
|
||
@Test | ||
@DisplayName("분산 서버에서 레디스를 사용한 분산 락을 이용해서 중복 제출을 방지한다.") | ||
@Disabled("레디스를 사용 중인 환경에서만 작동합니다.") | ||
@Disabled("레디스를 사용 중인 환경에서만 작동합니다. AbstractIntegrationTest의 RedissonClient를 주석 처리해주세요.") | ||
void submit() throws InterruptedException { | ||
// given | ||
Member member1 = memberRepository.save(new Member("[email protected]", GOOGLE, "123", "ex1", "https://ex1.com")); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters