aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_clopts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_clopts.py')
-rw-r--r--test/suite_clopts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite_clopts.py b/test/suite_clopts.py
index 466ab62ea9..d33143b04e 100644
--- a/test/suite_clopts.py
+++ b/test/suite_clopts.py
@@ -286,7 +286,8 @@ class case_tshark_z_expert(subprocesstest.SubprocessTestCase):
@fixtures.mark_usefixtures('test_env')
@fixtures.uses_fixtures
class case_tshark_extcap(subprocesstest.SubprocessTestCase):
- def test_tshark_extcap_interfaces(self, cmd_tshark, program_path):
+ # dumpcap dependency has been added to run this test only with capture support
+ def test_tshark_extcap_interfaces(self, cmd_tshark, cmd_dumpcap, program_path):
# Script extcaps don't work with the current code on windows.
# https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html
# TODO: skip this test until it will get fixed.