aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-15 16:12:46 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-05-15 16:12:46 +0000
commitb6af087901c18db9a0bb50515e8c012d56057a3d (patch)
treedb6c3567cbf1b7237f7b3f4f4d3851c920d4cc65 /test
parent261bc08efabac7c2042f67bbeda0f940fd284079 (diff)
Capture tests using Wireshark seem to be causing a problem; disable them for now.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21791 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index e4ed7e8392..2c25b248cd 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -378,6 +378,6 @@ capture_suite() {
test_step_set_post capture_cleanup_step
test_remark_add "Capture - need some traffic on interface: \"$TRAFFIC_CAPTURE_IFACE\""
test_suite_add "TShark capture" tshark_capture_suite
- test_suite_add "Wireshark capture" wireshark_capture_suite
+## test_suite_add "Wireshark capture" wireshark_capture_suite
test_suite_add "Dumpcap capture" dumpcap_capture_suite
}