GH-2258: Add skip decorator to DNS unit tests

This commit is contained in:
Tim Wojtulewicz 2022-07-13 12:33:17 -07:00
parent 48486b4156
commit 47bcd2cbeb
2 changed files with 15 additions and 9 deletions

View file

@ -39,7 +39,7 @@ function run_unit_tests {
banner "Running unit tests"
pushd build
(. ./zeek-path-dev.sh && zeek --test) || result=1
(. ./zeek-path-dev.sh && zeek --test --no-skip) || result=1
popd
return 0
}