diff --git a/crates/factor-outbound-http/tests/factor_test.rs b/crates/factor-outbound-http/tests/factor_test.rs index a6dd86cbf0..c2522b42d2 100644 --- a/crates/factor-outbound-http/tests/factor_test.rs +++ b/crates/factor-outbound-http/tests/factor_test.rs @@ -67,7 +67,7 @@ async fn disallowed_host_fails() -> anyhow::Result<()> { Ok(()) } -#[cfg_attr(target_os = "macos", ignore)] +#[ignore = "flaky"] #[tokio::test(flavor = "multi_thread")] async fn disallowed_private_ips_fails() -> anyhow::Result<()> { async fn run_test(allow_private_ips: bool) -> anyhow::Result<()> {