aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-05-15 16:12:46 +0000
committerBill Meier <wmeier@newsguy.com>2007-05-15 16:12:46 +0000
commitc5894f5257eb714366a2a5e8e816325184b8f0df (patch)
treedb6c3567cbf1b7237f7b3f4f4d3851c920d4cc65 /test
parent198f8f8185f8af202699660cdba6a32752617b66 (diff)
Capture tests using Wireshark seem to be causing a problem; disable them for now.
svn path=/trunk/; revision=21791
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
}