summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;;