Merge pull request #236 from zed-industries/soft-wrap-flaky-test

Antonio Scandurra created

Retry flaky `test_soft_wraps` 5 times before giving up

Change summary

crates/editor/src/display_map.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/editor/src/display_map.rs 🔗

@@ -619,7 +619,7 @@ mod tests {
         }
     }
 
-    #[gpui::test]
+    #[gpui::test(retries = 5)]
     fn test_soft_wraps(cx: &mut MutableAppContext) {
         cx.foreground().set_block_on_ticks(usize::MAX..=usize::MAX);
         cx.foreground().forbid_parking();