We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b2420 commit 5e45d01Copy full SHA for 5e45d01
src/test/java/NextLevel/demo/query/projectlist/SelectProjectListTest.java
@@ -8,6 +8,7 @@
8
import NextLevel.demo.user.entity.UserEntity;
9
import NextLevel.demo.user.repository.UserRepository;
10
import org.hibernate.Hibernate;
11
+import org.junit.jupiter.api.Disabled;
12
import org.junit.jupiter.api.Test;
13
import org.springframework.beans.factory.annotation.Autowired;
14
import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase;
@@ -20,6 +21,7 @@
20
21
@SpringBootTest
22
@ActiveProfiles("query-test")
23
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
24
+@Disabled
25
public class SelectProjectListTest {
26
27
@Autowired
0 commit comments