Skip to content

Commit e4a1600

Browse files
authored
Merge pull request #3289 from itowlson/who-will-rid-me-of-this-turbulent-flake
Ignore the flaky private IPs test on all platforms
2 parents 697e6ac + 34ca24b commit e4a1600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)