diff --git a/authentik/root/test_runner.py b/authentik/root/test_runner.py index 94940d7c6..ef7ee1b7a 100644 --- a/authentik/root/test_runner.py +++ b/authentik/root/test_runner.py @@ -34,7 +34,7 @@ class PytestTestRunner: # pragma: no cover "outposts.container_image_base", f"ghcr.io/goauthentik/dev-%(type)s:{get_docker_tag()}", ) - CONFIG.y_set("error_reporting.sample_rate", 1.0) + CONFIG.y_set("error_reporting.sample_rate", 0) sentry_init( environment="testing", send_default_pii=True,