Skip to content

Commit 5e45d01

Browse files
committed
test : disable test
1 parent f8b2420 commit 5e45d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/NextLevel/demo/query/projectlist/SelectProjectListTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import NextLevel.demo.user.entity.UserEntity;
99
import NextLevel.demo.user.repository.UserRepository;
1010
import org.hibernate.Hibernate;
11+
import org.junit.jupiter.api.Disabled;
1112
import org.junit.jupiter.api.Test;
1213
import org.springframework.beans.factory.annotation.Autowired;
1314
import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase;
@@ -20,6 +21,7 @@
2021
@SpringBootTest
2122
@ActiveProfiles("query-test")
2223
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
24+
@Disabled
2325
public class SelectProjectListTest {
2426

2527
@Autowired

0 commit comments

Comments
 (0)