ignore test while flaky

This commit is contained in:
Sayan Sisodiya
2026-02-15 18:28:50 -08:00
parent 85034b189e
commit 8d007a5fc2

View File

@@ -143,6 +143,7 @@ async fn web_search_mode_defaults_to_cached_when_features_disabled() {
);
}
#[ignore = "todo(sayan): locally disabled while investigating flake"]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn web_search_mode_updates_between_turns_with_sandbox_policy() {
skip_if_no_network!();