Disable flaky integration test

This commit is contained in:
Max Brunsfeld 2023-08-29 16:12:49 -07:00
parent 098f5499bd
commit 27216c0174

View file

@ -7798,7 +7798,7 @@ async fn test_on_input_format_from_guest_to_host(
});
}
#[gpui::test]
#[allow(unused)]
async fn test_mutual_editor_inlay_hint_cache_update(
deterministic: Arc<Deterministic>,
cx_a: &mut TestAppContext,