Skip to content

Commit 7269b35

Browse files
1 parent 1782c91 commit 7269b35

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-cloud-2025.1.x/user-actuator/src/test/java/cn/com/xuxiaowei/user/controller/UserActuatorController_2025_1_x_Tests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import cn.com.xuxiaowei.user.properties.UserProperties;
55
import lombok.extern.slf4j.Slf4j;
66
import org.junit.jupiter.api.BeforeEach;
7-
import org.junit.jupiter.api.Disabled;
87
import org.junit.jupiter.api.Test;
98
import org.springframework.beans.factory.annotation.Autowired;
109
import org.springframework.boot.test.context.SpringBootTest;
@@ -45,7 +44,6 @@ void setUp() throws InterruptedException {
4544
}
4645

4746
@Test
48-
@Disabled
4947
void properties() throws InterruptedException {
5048
// 验证配置
5149
{

spring-cloud-2025.1.x/user/src/test/java/cn/com/xuxiaowei/user/controller/UserController_2025_1_x_Tests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import cn.com.xuxiaowei.user.properties.UserProperties;
55
import lombok.extern.slf4j.Slf4j;
66
import org.junit.jupiter.api.BeforeEach;
7-
import org.junit.jupiter.api.Disabled;
87
import org.junit.jupiter.api.Test;
98
import org.springframework.beans.factory.annotation.Autowired;
109
import org.springframework.boot.test.context.SpringBootTest;
@@ -45,7 +44,6 @@ void setUp() throws InterruptedException {
4544
}
4645

4746
@Test
48-
@Disabled
4947
void properties() throws InterruptedException {
5048
// 验证配置
5149
{

0 commit comments

Comments
 (0)