From 1530be9f534f8000f5299b987b092064566f277b Mon Sep 17 00:00:00 2001 From: Xu Si Yu Date: Fri, 14 Jul 2023 03:22:41 +0800 Subject: [PATCH] fix(ci): remove the check of a inexistent host --- examples/openthread/pytest_otbr.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/openthread/pytest_otbr.py b/examples/openthread/pytest_otbr.py index 7d00204e96..b90ed95e42 100644 --- a/examples/openthread/pytest_otbr.py +++ b/examples/openthread/pytest_otbr.py @@ -363,10 +363,6 @@ def test_service_discovery_of_WiFi_device(Init_interface:bool, Init_avahi:bool, ocf.execute_command(cli, command) cli.expect('Done', timeout=5) ocf.wait(cli, 1) - command = 'dns resolve FA000123.default.service.arpa.' - ocf.clean_buffer(cli) - ocf.execute_command(cli, command) - cli.expect('Error', timeout=15) domain_name = ocf.get_domain() print('domain name is: ', domain_name) command = 'dns resolve ' + domain_name + '.default.service.arpa.'