Skip to content

Commit 64bf4e4

Browse files
authored
Merge pull request #3286 from itowlson/thats-it-private-ips-test-you-have-crossed-me-once-too-often
Ignore flaky test on Mac
2 parents 1525f7b + 1560e44 commit 64bf4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/factor-outbound-http/tests/factor_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ async fn disallowed_host_fails() -> anyhow::Result<()> {
6767
Ok(())
6868
}
6969

70+
#[cfg_attr(target_os = "macos", ignore)]
7071
#[tokio::test(flavor = "multi_thread")]
7172
async fn disallowed_private_ips_fails() -> anyhow::Result<()> {
7273
async fn run_test(allow_private_ips: bool) -> anyhow::Result<()> {

0 commit comments

Comments
 (0)