diff --git a/meta-python/recipes-devtools/python/python3-betamax/run-ptest b/meta-python/recipes-devtools/python/python3-betamax/run-ptest
index 531af4d015..0acad79f97 100644
--- a/meta-python/recipes-devtools/python/python3-betamax/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-betamax/run-ptest
@@ -8,4 +8,7 @@ if ! nslookup httpbin.org >/dev/null 2>&1 ; then
     echo "nameserver 8.8.8.8" > /etc/resolv.conf
 fi
 
-pytest --automake
+# tests/integration/test_hooks.py records live https://httpbin.org requests
+# (no cassettes are shipped for it) and fails whenever the service resets
+# the connection, so leave it out.
+pytest --automake --ignore=tests/integration/test_hooks.py
