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 697e6ac + 34ca24b commit e4a1600Copy full SHA for e4a1600
crates/factor-outbound-http/tests/factor_test.rs
@@ -67,7 +67,7 @@ async fn disallowed_host_fails() -> anyhow::Result<()> {
67
Ok(())
68
}
69
70
-#[cfg_attr(target_os = "macos", ignore)]
+#[ignore = "flaky"]
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