Skip to content

Commit

Permalink
test: redisson 테스트 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Aug 13, 2024
1 parent 03dc6a5 commit 4980871
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import kr.co.pennyway.domain.domains.coupon.TestCouponDecreaseService;
import kr.co.pennyway.domain.domains.coupon.TestCouponRepository;
import lombok.extern.slf4j.Slf4j;
import org.junit.Ignore;
import org.junit.jupiter.api.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.domain.EntityScan;
Expand All @@ -20,7 +19,6 @@

import static org.assertj.core.api.Assertions.assertThat;

@Ignore
@Slf4j
@DomainIntegrationTest
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
Expand All @@ -42,6 +40,7 @@ void setUp() {

@Test
@Order(1)
@Disabled
void 쿠폰차감_분산락_적용_동시성_300명_테스트() throws InterruptedException {
// given
int threadCount = 300;
Expand All @@ -68,6 +67,7 @@ void setUp() {

@Test
@Order(2)
@Disabled
void 쿠폰차감_분산락_미적용_동시성_300명_테스트() throws InterruptedException {
// given
int threadCount = 300;
Expand Down

0 comments on commit 4980871

Please sign in to comment.