mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 00:13:29 +00:00
Remove iterations from the slow FS tests (#39564)
Follow-up to https://github.com/zed-industries/zed/pull/39557 Release Notes: - N/A
This commit is contained in:
parent
b53f9c8863
commit
dada318be7
1 changed files with 2 additions and 2 deletions
|
|
@ -8840,7 +8840,7 @@ async fn test_file_status(cx: &mut gpui::TestAppContext) {
|
|||
});
|
||||
}
|
||||
|
||||
#[gpui::test(iterations = 10)]
|
||||
#[gpui::test]
|
||||
#[cfg_attr(target_os = "windows", ignore)]
|
||||
async fn test_ignored_dirs_events(cx: &mut gpui::TestAppContext) {
|
||||
init_test(cx);
|
||||
|
|
@ -9130,7 +9130,7 @@ async fn test_odd_events_for_ignored_dirs(
|
|||
);
|
||||
}
|
||||
|
||||
#[gpui::test(iterations = 10)]
|
||||
#[gpui::test]
|
||||
async fn test_repos_in_invisible_worktrees(
|
||||
executor: BackgroundExecutor,
|
||||
cx: &mut gpui::TestAppContext,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue