summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-25 22:02:53 +0100
committerIlya Etingof <etingof@gmail.com>2019-02-25 22:02:53 +0100
commit2ad26f8bfef0e39b3789d9e6d4fcbf76820c9867 (patch)
tree87f3d09760b54c0d7e6cfbec769b97a8b942ea42
parentaaa39dbb5f6b9a5cc494a096397869390801b503 (diff)
downloadpysnmp-git-2ad26f8bfef0e39b3789d9e6d4fcbf76820c9867.tar.gz
Skip tests requiring broadcast feature
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index 4b64e937..106cc78b 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -24,7 +24,7 @@ for x in examples/hlapi/v3arch/asyncore/sync/manager/cmdgen/*.py \
examples/smi/agent/*.py
do
case "${PYTHON}-${x}" in
- *spoof*|*ipv6*|python2*asyncio*)
+ *spoof*|*ipv6*|python2*asyncio*|*broadcast*)
echo "skipping ${x}"
continue
;;