diff --git a/pkgs/development/python-modules/sentry-sdk/default.nix b/pkgs/development/python-modules/sentry-sdk/default.nix index 656079d0d43f..39538231dbe3 100644 --- a/pkgs/development/python-modules/sentry-sdk/default.nix +++ b/pkgs/development/python-modules/sentry-sdk/default.nix @@ -204,7 +204,9 @@ buildPythonPackage rec { "test_auto_session_tracking_with_aggregates" # timing sensitive "test_profile_captured" - "test_continuous_profiler_manual_start_and_stop" + "test_continuous_profiler_auto" + "test_continuous_profiler_manual" + "test_stacktrace_big_recursion" # assert ('socks' in "") == True "test_socks_proxy" # requires socksio to mock, but that crashes pytest-forked