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