Skip to content

Commit 9c24762

Browse files
committed
test: 移除TinyFlowApplicationTests的@disabled并用IP地址连接云MySQL
- 移除TinyFlowApplicationTests的@disabled注解 - 修改application-local.yml数据库URL为云服务器IP地址(47.97.110.128) - 所有27个单元测试全部通过,包括集成测试
1 parent f2c3db6 commit 9c24762

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

src/test/java/com/layor/tinyflow/TinyFlowApplicationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class TinyFlowApplicationTests {
1111
// 集成测试可以使用 @SpringBootTest 但需要完整环境配置
1212

1313
@Test
14-
@Disabled("应用 Context 加载需要配置完整环境,暂时跳过")
1514
void contextLoads() {
1615
}
1716

test-results.log

32.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)