aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-08-25 19:13:00 +0000
committerBill Meier <wmeier@newsguy.com>2007-08-25 19:13:00 +0000
commitb089f0001362dcb81735afff9aff50dcc100e9d0 (patch)
tree949f94d039d1bbc600ad7f18b17fc37e5be130d6 /test/suite-capture.sh
parentbcd55f4c8e5d93fae260ebbcc56712c45b2926c5 (diff)
Disable capture tests and unit tests until possible issues corrected.
Hopefully the windows buildbot will be OK with these tests disabled temporarily. svn path=/trunk/; revision=22660
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index af26c3a385..feedd46ec1 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -384,7 +384,7 @@ capture_suite() {
test_step_set_pre capture_cleanup_step
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 "Dumpcap capture" dumpcap_capture_suite
+## test_suite_add "TShark capture" tshark_capture_suite
+## test_suite_add "Wireshark capture" wireshark_capture_suite
+## test_suite_add "Dumpcap capture" dumpcap_capture_suite
}