File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1646,10 +1646,10 @@ def run_all_checks(self):
16461646 self .results = []
16471647
16481648 # 执行各项检查
1649- print ("\n [1] 检查登录服务..." )
1650- check_region = settings .CHECK_REGION .lower ()
1651- if check_region in ["intl" , "both" ]:
1652- self .check_login ("国际登录服务" , "intl" )
1649+ # print("\n[1] 检查登录服务...")
1650+ # check_region = settings.CHECK_REGION.lower()
1651+ # if check_region in ["intl", "both"]:
1652+ # self.check_login("国际登录服务", "intl")
16531653 # if check_region in ["cn", "both"]:
16541654 # self.check_login("国内登录服务","cn")
16551655
@@ -1665,8 +1665,8 @@ def run_all_checks(self):
16651665 # print("\n[4] 检查设备Token认证服务...")
16661666 # self.check_device_token_auth()
16671667
1668- print ("\n [5] 检查健康检查 URL..." )
1669- self .check_health_urls ()
1668+ # print("\n[5] 检查健康检查 URL...")
1669+ # self.check_health_urls()
16701670
16711671 # 输出总结
16721672 self ._print_summary ()
You can’t perform that action at this time.
0 commit comments