From d3a9d5fb9d889b4d9b6382051e5fb6268fe25cf2 Mon Sep 17 00:00:00 2001 From: Cameron Mcloughlin Date: Tue, 7 Apr 2026 16:34:53 +0100 Subject: [PATCH] sidebar: Drop test cases (#53315) --- crates/sidebar/src/sidebar_tests.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/sidebar/src/sidebar_tests.rs b/crates/sidebar/src/sidebar_tests.rs index 60881acfe9461f7897d6013831970444b7a65544..09fd44af35679a69908e1d86d203ea8c3aa5c545 100644 --- a/crates/sidebar/src/sidebar_tests.rs +++ b/crates/sidebar/src/sidebar_tests.rs @@ -5064,6 +5064,7 @@ async fn test_legacy_thread_with_canonical_path_opens_main_repo_workspace(cx: &m mod property_test { use super::*; + use gpui::proptest::prelude::*; struct UnopenedWorktree { path: String, @@ -5658,7 +5659,10 @@ mod property_test { Ok(()) } - #[gpui::property_test] + #[gpui::property_test(config = ProptestConfig { + cases: 10, + ..Default::default() + })] async fn test_sidebar_invariants( #[strategy = gpui::proptest::collection::vec(0u32..DISTRIBUTION_SLOTS * 10, 1..5)] raw_operations: Vec,