mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Retry flaky test_soft_wraps
5 times before giving up
We have other tests that rely on loading fonts that intermittently fail on CI and for which we used the same mitigation.
This commit is contained in:
parent
6df266348e
commit
6b7ee10287
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue