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
commit e1d4bcf013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();