mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
mqtt tests: connect to local broker when running in CI to make the tests more reliable
This commit is contained in:
@@ -10,7 +10,7 @@ import sys
|
||||
def main():
|
||||
# Sanitize environment variables
|
||||
vars_to_remove = []
|
||||
for var_name in os.environ.iterkeys():
|
||||
for var_name in os.environ.keys():
|
||||
if var_name.startswith('CI_'):
|
||||
vars_to_remove.append(var_name)
|
||||
for var_name in vars_to_remove:
|
||||
|
Reference in New Issue
Block a user