mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mavsdk_tests: only apply workaround in GitHub CI
This commit is contained in:
@@ -423,7 +423,7 @@ class Tester:
|
||||
|
||||
# Workaround to prevent gz not being able to communicate
|
||||
# with gzserver
|
||||
if runner.name == "gzserver":
|
||||
if os.getenv("GITHUB_WORKFLOW") and runner.name == "gzserver":
|
||||
time.sleep(10)
|
||||
|
||||
if abort:
|
||||
|
||||
Reference in New Issue
Block a user