Skip to content

Commit 254dc53

Browse files
committed
Disable broken test on macos
1 parent 227de73 commit 254dc53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/dotslash_tests.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ exe: [ARTIFACT_EXE]
306306
));
307307
}
308308

309+
// TODO(jonjanzen): This test is broken on GitHub Actions specifically for Intel Macs.
310+
// As of 6/25/2025 we think this is a problem with the GHA runner and we don't really
311+
// care much about intel macOS anymore anyway, so disable:
312+
#[cfg(not(all(target_arch = "x86_64", target_os = "macos")))]
309313
#[test]
310314
fn http__nonexistent_url() {
311315
DotslashTestEnv::try_new()

0 commit comments

Comments
 (0)