From 1d81f1bedac2f4c9755dda9e876289d7ed43b055 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 19 Apr 2025 00:05:25 -0400 Subject: [PATCH] python312Packages.sentry-sdk_2: disable more flaky tests Signed-off-by: Ihar Hrachyshka --- pkgs/development/python-modules/sentry-sdk/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sentry-sdk/default.nix b/pkgs/development/python-modules/sentry-sdk/default.nix index 19e2b920e68d..b70fb210d286 100644 --- a/pkgs/development/python-modules/sentry-sdk/default.nix +++ b/pkgs/development/python-modules/sentry-sdk/default.nix @@ -198,7 +198,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