mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-12 05:36:55 +08:00
修改测试用例
This commit is contained in:
@@ -249,6 +249,10 @@ func TestLinkAuthOtp(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateSession(t *testing.T) {
|
||||
if os.Getenv("CI") != "" {
|
||||
t.Skip("在GitHub Actions中跳过此测试")
|
||||
return
|
||||
}
|
||||
base.Test()
|
||||
ast := assert.New(t)
|
||||
|
||||
|
Reference in New Issue
Block a user