We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1525f7b + 1560e44 commit 64bf4e4Copy full SHA for 64bf4e4
crates/factor-outbound-http/tests/factor_test.rs
@@ -67,6 +67,7 @@ async fn disallowed_host_fails() -> anyhow::Result<()> {
67
Ok(())
68
}
69
70
+#[cfg_attr(target_os = "macos", ignore)]
71
#[tokio::test(flavor = "multi_thread")]
72
async fn disallowed_private_ips_fails() -> anyhow::Result<()> {
73
async fn run_test(allow_private_ips: bool) -> anyhow::Result<()> {
0 commit comments