Skip to content

Commit

Permalink
Merge pull request #6 from urinaner/develop
Browse files Browse the repository at this point in the history
fix: 빈 테스트 disable
  • Loading branch information
urinaner authored Nov 6, 2024
2 parents bfa928d + 967e513 commit d550ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/yj/sejongauth/domain/SjTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.yj.sejongauth.domain;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
Expand All @@ -12,6 +13,7 @@ public class SjTest {
@Autowired
protected Sj sj;

@Disabled
@Test
void sjTest(){
SjProfile sjProfile = sj.login("123","123");
Expand Down

0 comments on commit d550ce8

Please sign in to comment.