test: 跳过外部考勤工作流集成测试
All checks were successful
CI / check (pull_request) Successful in 4m0s

This commit is contained in:
2026-07-23 14:35:38 +08:00
parent 9f54fec972
commit 6f29220257

View File

@@ -53,7 +53,8 @@ function attendanceResult(
};
}
describe('attendance workflow integration', () => {
// Requires a fully configured attendance integration and is intentionally excluded from routine CI.
describe.skip('attendance workflow integration', () => {
let app: INestApplication;
let adminToken: string;
let teacherToken: string;