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

Retry flaky `test_soft_wraps` 5 times before giving up
This commit is contained in:
Antonio Scandurra
2021-11-23 11:46:37 +01:00
committed by GitHub
+1 -1
View File
@@ -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();