Skip to content

Commit 1560e44

Browse files
committed
Ignore flaky test on Mac
Signed-off-by: itowlson <[email protected]>
1 parent 1525f7b commit 1560e44

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)