diff --git a/tools/harness-thci/OpenThread_BR.py b/tools/harness-thci/OpenThread_BR.py index a76ca356f..83e16bf1b 100644 --- a/tools/harness-thci/OpenThread_BR.py +++ b/tools/harness-thci/OpenThread_BR.py @@ -662,7 +662,6 @@ class OpenThread_BR(OpenThreadTHCI, IThci): return self._mdns_query_impl(service, find_active=(addrs_allowlist or addrs_denylist)) finally: - self.bash('ip6tables -L INPUT -v') self.bash('ip6tables -F INPUT') time.sleep(1)