because of the privilege separation done, read filters won't work by definition now. Comment out the corresponding test case

svn path=/trunk/; revision=23546
This commit is contained in:
Ulf Lamping 2007-11-23 08:39:11 +00:00
parent 3b46983e9f
commit 9b101b1437
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ tshark_capture_suite() {
if [ $TEST_FIFO ]; then
test_step_add "Capture via fifo" capture_step_fifo
fi
test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
# tshark now using dumpcap for capturing, read filters won't work by definition
#test_step_add "Capture read filter (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_read_filter
test_step_add "Capture snapshot length 68 bytes (${TRAFFIC_CAPTURE_DURATION}s)" capture_step_snapshot
}